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 can manually add the following scripts (in bold) to configure the shortcut name:

{
    "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.