Get a publish profile from Azure App Service

A publish profile is a file that contains information and settings that Visual Studio uses to deploy applications and services to Azure.

  1. In the Azure portal, open the Azure App Service.

  2. Go to Download publish profile and save the profile locally.

    Screenshot showing how to get the publish profile from Azure App Service.

A file with a .publishsettings file extension has been generated in the location where you saved it.

See also Azure App Service.

Note

When basic authentication is disabled, Download publish profile and Reset publish profile are disabled.