Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.26 KB

publish-azure.md

File metadata and controls

32 lines (18 loc) · 1.26 KB
  1. If you don't have an Azure subscription, create one. You can use the free trial.

  2. Create a web app in Microsoft Azure to host your extension.

    Microsoft Azure portal, create a web app

  3. Publish your web site from the solution explorer.

    Solution explorer, project context menu, publish web site

  4. Publish to Azure.

    Publish web dialog box

  5. Pick the web app that you set up to host your extension.

    Select existing web site dialog box with the web site selected

    If your web site doesn't show up, use the Manage subscriptions dialog to connect your Visual Studio organization to your Microsoft Azure subscription.

  6. Publish your extension.

    Publish button on the Publish web dialog box

  7. Change your extension manifest to use your Microsoft Azure web app instead of localhost.

    "baseUri": "https://fabrikam-vso-extensions.azurewebsites.net/",
  8. Install your extension again and try it out.