[QUERY] WebsiteResource.DeployWorkflowArtifactsAsync can not update an existing workflow #47696
Labels
App Services
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name and version
Azure.ResourceManager.AppService 1.3.0
Query/Question
Hi,
When I try to update/redeploy a workflow definition using the DeployWorkflowAsync method I get the following error:
Error deploying workflow artifacts. Please see 'details' for each failure.
Status: 400 (Bad Request)
ErrorCode: BadRequest
Content:
{"error":{"details":[{"target":"wf-int-UjrTests-dev-weu-01","code":"PreconditionFailed","message":"Error deploying workflow artifact: 'wf-int-UjrTests-dev-weu-01' Etag mismatch"}],"code":"BadRequest","message":"Error deploying workflow artifacts. Please see 'details' for each failure."}}
For non existent workflows the method works well and the worklow is created.
It is possible to update a workflow using the SDK?
Thanks
Environment
Windows 10 .NET 8.0
Visual Studio Professional 17.12.3
The text was updated successfully, but these errors were encountered: