You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
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.
bug report -> please search issues before submitting
feature request
documentation issue or request
regression (a behavior that used to work and stopped in a new release)
### 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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: