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

[Suggestion][VSCode/GitHub] GitHub PAT token should be asked after asking about all the Azure resource details #122

Closed vineetmimrot closed 4 years ago

vineetmimrot commented 4 years ago

@bishal-pdMSFT @kanika1894 Can we ask all the repo details first and then ask Azure details like Subscription. Currently it is mixed and match. 1st subscription then github pat then azure resource details etc

anuragc617 commented 4 years ago

@vineetmimrot github PAT token is asked before azure resource details to do the repository analysis and then get the templates.

kanika1894 commented 4 years ago

The order of inputs in now changed. First we ask github PAT, and then all azure related details are asked together.