-
If you don't have an Azure subscription, create one. You can use the free trial.
-
Create a web app in Microsoft Azure to host your extension.
-
Publish your web site from the solution explorer.
-
Publish to Azure.
-
Pick the web app that you set up to host your extension.
If your web site doesn't show up, use the Manage subscriptions dialog to connect your Visual Studio organization to your Microsoft Azure subscription.
-
Publish your extension.
-
Change your extension manifest to use your Microsoft Azure web app instead of localhost.
"baseUri": "https://fabrikam-vso-extensions.azurewebsites.net/",
-
Install your extension again and try it out.