Skip to main content
Contiem Connect

Publish to an Azure Web Site

HelpStudio can directly import a Publishing Profile from Azure (a .publishsettings file), making it quick and easy to configure your HelpStudio project for publishing to Azure.

  1. In the Azure Management Portal, select the Website you wish to publish to.
  2. Use the Get publish profile command in the Azure Portal to download a .publishsettings file for the web site. This file contains all of the information necessary to publish to the web site.
  3. In the HelpStudio Build Profile Editor, select the Publishing page.
  4. Click the New toolbar button.
  5. On the displayed New Publishing Target dialog, choose the Import Publishsettings File option.
  6. When prompted, identify the location to which you previously downloaded the Azure .publishsettings file.

One or more Publishing Targets are created from the information in the .publishsettings file. Typically there is both a Web Deploy and Ftp Publishing Target - Web Deploy is the recommended choice, but you can use Ftp if you want. Select and delete any imported Publishing Targets you do not want to use.

See Also

Top of page