Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Nothing happens after I create a Fabric subscription. I have been waiting for 7 hours.
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
Fabric capacity creation can sometimes take time while the resource is provisioning. To handle a long-running or apparently stuck deployment, use these steps:
Succeeded after several hours, the deployment is likely stuck. az fabric capacity wait \
--resource-group <your-resource-group> \
--name <your-capacity-name> \
--created
Succeeded, or times out based on --timeout (default 3600 seconds). Adjust --interval and --timeout as needed.az fabric capacity wait).References: