"Insufficient capacity is available in this region. Please try again later or try a different region"
CloudDevDan opened this issue · 0 comments
No matter what deployment options I step through, or what Azure region I choose, every one of my Mesh deployments fails with the error: "Insufficient capacity is available in this region. Please try again later or try a different region"
Steps to reproduce:
-
Browse to: https://github.com/Azure-Samples/service-fabric-mesh/tree/master/templates
-
Pick 'Deploy to Azure' for the Voting App sample (either Windows or Linux) - example only
-
Configure the Resource Group and location settings within the Azure portal, then create
-
Monitor the deployment.
The network deployment will complete. The app deployment will fail and the gateway deployment will hang. If you click on the failed app deployment (Operation details), you will see the below raw output:
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "ClusterAllocationInsufficientCapacity",
"message": "Insufficient capacity is available in this region. Please try again later or try a different region.",
"details": []
}
]
}
}
I have tested this in all UK regions and some supported European and US based regions. I get the above outcome for every deployment.