0
votes

I am getting error while deploying my web app to Azure app service. Connection is configured properly, I can see app service in portal and it can be seen in app service name drop down(in vsts).

Error --> 2018-01-17T11:44:45.0346741Z ##[error]Resource 'https://********.azurewebsites.net' doesn't exist. Resource should exist before deployment. Failed to add release annotation. TypeError: Cannot read property 'properties' of undefined

1
What's the result if you deploy it to that app service through Visual Studio or command manually? Try it with a new app service and check the result.starian chen-MSFT
thank you, clearing workspace helpedMukul

1 Answers

-2
votes

Got the solution, Cleared the workspace and it worked like charm :)