-
Notifications
You must be signed in to change notification settings - Fork 652
Setting up a VSTS account so it can deploy to a Web App
This content is obsolete. See this document for guidance on setting up DevOps Pipelines with Azure App Service.
The Azure Portal supports setting up continuous deployment from a VSTS account. One tricky part is that it requires your VSTS account to be linked with one of your Azure subscription.
The last step is that you need to link your VSTS account to your Azure subscription (see also this post on this topic).
To do this, go to the Azure Portal, click More Services (image says 'Browse' but that was the old name) and search for 'Team':
Now select the relevant Team Services account, click Link button at the top, and then the Link button in the other blade:
And you're done! You will now be able to set up continuous deploying to your git repos hosted in VSTS.
Below should help you trouble shoot the issues.
- Sign into
https://<youraccount>.visualstudio.com/
with the same account and browse the project list. See if you can't see the project, you are either have insufficient permission to setup continuous with this project. - Is your project a git project? We only support linking with VSTS git project.
- Are you a VSTS project collection administrator or organization owner permissions? We only support linking with VSTS git project that you are one or both of those. To check, browse to the project and open the project settings tab (gear icon on the top center tab). See if the
Service Hooks
tab is visible and you are able to navigate into it without issue.