Configuring shortcut name in apprun.json

You can now configure the application shortcut name in the apprun.json file. This name will be shown as the display name of the application shortcut icon on desktop.

You will need to manually add the following to the apprun.json file:

{
    "deployment_urls": {
        "launcher": "CloudAppPublisher/CloudAppInstall 25.0",
        "runtime": "CloudAppPublisher/runtime/25.0.0.3018",
        "web_api": "http://localhost:5099"
    },
     "deployment_settings": {
        "shortcut_name": "testshortcutname"
    }
}

Refer to Customize the app shortcut for more details.