简体   繁体   中英

Could not retrieve the repositories: Visual Studio Team Services and Azure

I'm trying to do Continuous delivery to Azure using Visual Studio Team Services . But when i try to connect Azure my web app to Visual Studio Team Services (Visual Studio Online) after typing the url for Team Services. it does the authorization successfully. but I get the following error.

在此处输入图片说明

I was looking at this screen for a long time but it doesn't seem to complete. What mistake am I making here?

I can reproduce that issue with azure classic portal too. But you can achieve that with new azure portal.

Simple steps:

  1. Log on new azure portal .
  2. Link or create VSTS account .
  3. Create new Web app in azure.
  4. Click that web app in App Services list
  5. Click Deployment option in App Deployment section=>Click Choose Source 在此处输入图片说明
  6. Choose account, project and branch 在此处输入图片说明

After success configure that, it will deploy your project to the web app. If you can change code in corresponding project, then commit and push to the server, it will redeploy to the web app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM