Azure-Samples / service-fabric-mesh

Samples repository for Azure Service Fabric Mesh
MIT License
61 stars 68 forks source link

Insufficient Capacity Issue #84

Open saigochhayat opened 3 years ago

saigochhayat commented 3 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

I have a microservice application which contains multiple microservices (around 20 microservice). When I try to deploy using ARM templates. I can see the deployment status failed with message "ClusterAllocationInsufficientCapacity","message":"Insufficient capacity is available in this region. "Our team tried with multiple regions, Then also we get this issue.

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

saigochhayat commented 3 years ago

I tried deploying the same todolist app by following the steps in https://docs.microsoft.com/en-us/azure/service-fabric-mesh/service-fabric-mesh-tutorial-deploy-service-fabric-mesh-app . The same error I am getting. when I check the deployment status of app , it is showing "Conflict" with status message: { "status": "Failed", "error": { "code": "ClusterAllocationInsufficientCapacity", "message": "Insufficient capacity is available in this region. Please try again later or try a different region.", "details": [] } }

Can anyone please help me on the same.