You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While deploying test container to Azure App Services, I noticed that the service restarted right after deployment and then app settings changed. It seems that's wrong because of in this case App Service sometimes fails with error that Docker credentials are not found.
What if put these lines before calling deployWebAppImage?
Type: Bug
Enter Task Name: AzureWebAppContainerV1
list here (V# not needed): AzureWebAppContainer
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
Environment
Issue Description
While deploying test container to Azure App Services, I noticed that the service restarted right after deployment and then app settings changed. It seems that's wrong because of in this case App Service sometimes fails with error that Docker credentials are not found.
What if put these lines before calling
deployWebAppImage
?azure-pipelines-tasks/Tasks/AzureWebAppContainerV1/azurermwebappdeploymentprovider.ts
Lines 42 to 45 in 46cca41
The text was updated successfully, but these errors were encountered: