azure-pipelines-tasks: Publishing Azure Website fails

When trying to deploy an Azure website, i am getting an exception that the site is already created and cannot be created again. This deploy process was working until October 23rd. Did anything change in the deploy script? I think it thinks the site doesn’t exist and tries to create it again.

2015-10-29T03:19:24.6803000Z Get-AzureWebSite -Name WaxonService -ErrorAction SilentlyContinue

2015-10-29T03:19:31.7421204Z New-AzureWebSite -Name WaxonService -Location South Central US

2015-10-29T03:19:34.9330598Z ##[error]Conflict: Website with given name WaxonService already exists.

2015-10-29T03:19:34.9350596Z Publish-AzureWebsiteProject -Name "WaxonService" -Package "C:\a\1\a\Waxon.Service.zip" 

2015-10-29T03:19:51.0621612Z Finishing task: AzureWebPowerShellDeployment

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 19 (7 by maintainers)

Most upvoted comments