Specifying the Web API URL

Go to the location where the generated package is located.

Cloud App ZIP Extracted

Go to the client app folder salesdemo_cloud_Installer\salesdemo_cloud and open the apprun.json file in a text editor.

Specify the Web API URL in the "web_api" property.

To specify the port to 443, use the HTTPS protocol; to specify the port to 80, use HTTP.

{
    "deployment_urls": {
        "launcher": "CloudAppPublisher/CloudAppInstall 25.0",
        "runtime": "CloudAppPublisher/runtime/25.0.0.2648",
        "web_api": "https://psaz-webapi.azurewebsites.net:443/"
    }
}

Note: Azure App Service instances can only use ports 80 or 443. If you need to use a different port you will need to use the Application Gateway resource.