vinodkumar3 / azure-functions-ux

Azure Functions UX
https://functions.azure.com
Apache License 2.0
0 stars 0 forks source link

Fetch the token when required and log proper error if token is not properly fetched #49

Closed bishal-pdMSFT closed 5 years ago

bishal-pdMSFT commented 5 years ago

Currently VSTS access token is fetched when component is created. But user can choose to click "finish" at a later time. This can result in stale token. Also, we see some invalid token errors in Azure DevOps service while configuring CD. Hence adding better validation and error logging for token in UX.