Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

"Insufficient capacity is available in this region. Please try again later or try a different region" #392

Open CloudDevDan opened 3 years ago

CloudDevDan commented 3 years ago

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:

  1. Browse to: https://github.com/Azure-Samples/service-fabric-mesh/tree/master/templates

  2. Pick 'Deploy to Azure' for the Voting App sample (either Windows or Linux) - example only

  3. Configure the Resource Group and location settings within the Azure portal, then create

  4. 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.