HelpStudio 2017
Publishing / Publishing to an Azure Web Site
In This Topic
    Publishing to an Azure Web Site
    In This Topic

    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 will be created from the information in the .publishsettings file. Typically there will be both a Web Deploy and Ftp Publishing Target - Web Deploy is the recommended choice, but you can use Ftp if you wish. Select and delete any imported Publishing Targets you do not wish to use.

    See Also