Deleting Azure Container App takes long time and time out the pipeline
I use Azure DevOps pipelines to create and destroy resources in Azure. When destroying resources, I use Remove-AzResourceGroup and it works fine. The issue is that I have multiple Container App Environments, and when deleting those, it takes at least…