Skip to content

Commit 4899ecb

Browse files
Document handling of DeploymentCanceled error
1 parent 265f94a commit 4899ecb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/TroubleShootingSteps.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,5 +531,22 @@ If the server was deleted, either restore it (if possible) or update references
531531
532532
</details>
533533
534+
535+
<details><summary><b>DeploymentCanceled(user.canceled)</b></summary>
536+
537+
- Indicates the deployment was manually canceled by the user (Portal, CLI, or pipeline).
538+
539+
- Check deployment history and logs to confirm who/when it was canceled.
540+
541+
- If accidental, retry the deployment.
542+
543+
- For pipelines, ensure no automation or timeout is triggering cancellation.
544+
545+
- Use deployment locks or retry logic to prevent accidental cancellations.
546+
547+
</details>
548+
549+
550+
534551
💡 Note: If you encounter any other issues, you can refer to the [Common Deployment Errors](https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/common-deployment-errors) documentation.
535552
If the problem persists, you can also raise an bug in our [MACAE Github Issues](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/issues) for further support.

0 commit comments

Comments
 (0)