microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

No Azure DevOps organization can't accept #70

Closed zer0big closed 4 years ago

zer0big commented 4 years ago

Hello, teams.

I think this extension is very helpful and nice.

I've been trying to configure "Deploy to Azure Configure CI/CI Pipeline" After choosing the target of Azure subscription and web app, I can't proceed at all. Any organization of my Azure DevOps can't accept like below.

image

I've tried another organization also, but the result was the same. How can I solve this issue?

bishal-pdMSFT commented 4 years ago

@zer0big looks like the extension is asking you to create a new ADO organization. Since the org with that name already exists, it is showing you an error. You can choose a different name. It tries to create a new ADO organization when the local workspace which you have opened is:

  1. either not a git repo
  2. or it it a git repo but does not have any remote tracking set.

In both cases, the extension will try to create a new ADO organization and repo and then push your code to that.

anuragc617 commented 4 years ago

Closing this issue as there is no active conversation and the customer query has been answered.