Reputation: 589
I have created my release pipeline with few stages (DEV, QA, Production) where the Production App Service has a Deployment Slot with Auto Swap Enabled. However when I perform the release, it fails in the swapping slot tasks with the below error message. Have gone through many articles available in google and stack overflow but doesn't seem to help. Any pointers on what could be wrong would be very much helpful.
2021-08-18T16:30:41.0295503Z ##[error]Error: Failed to swap App Service 'jdmessaging' slots - 'preprod' and 'production'. Error: Conflict - Cannot modify this site because another operation is in progress. Details: Id: 32473596-226d-46b4-9c98-31285c27418e, OperationName: SwapSiteSlots, CreatedTime: 8/18/2021 4:28:43 PM, WebSystemName: WebSites, SubscriptionName: 74d83097-e9c9-4ca7-9915-7498a429def4, WebspaceName: DEMO-CentralUSwebspace, SiteName: jdmessaging, SlotName: preprod, ServerFarmName: , GeoOperationId: (null) (CODE: 409)
Note: For the first time, the release happened successfully with Deployment Slots. However, now we are trying the second release and encountered this issue.
Upvotes: 1
Views: 985
Reputation: 5546
This issue seems like more of the scenario,
Suggestion:
Upvotes: 1