An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
Hi @Dustin ,
Christos's read is correct - AllocationFailed on Microsoft.Cache/redisEnterprise across Balanced_B0/B1/B3 in West US 3 means the region's Azure Managed Redis (Redis Enterprise) capacity pool is temporarily exhausted. "Available by region" only means the SKU is offered, not that inventory is allocatable right now. There is no self-service switch, quota bump, or ARM/CLI flag that can force allocation on a capacity-constrained cluster type.
What actually unblocks this
Only the AMR (Redis Enterprise) capacity team can add regional capacity or advise a retry window. Route it through Azure Support:
Portal -> "?" (Help) -> Help + support -> Create a support request
- Issue type: Technical
- Service: Azure Cache for Redis -> Azure Managed Redis (Redis Enterprise)
- Problem type: Provisioning / Deployment failure
- Problem subtype: Insufficient capacity / AllocationFailed
Include (privately in the case, not this thread):
- Subscription ID, tenant ID, resource group, target region (West US 3)
- SKUs attempted (Balanced_B0 no-HA, Balanced_B1, Balanced_B3) with UTC timestamps
- x-ms-request-id / correlationId from each failed deployment
- Full error body
- Migration deadline from the "Prepare to migrate" portal prompt
- Whether an alternate region is acceptable for the migration architecture
Ask the support engineer explicitly for a "regional capacity review for Microsoft.Cache/redisEnterprise Balanced family in West US 3" and an ETA. That is the phrase that gets routed to the AMR capacity PG, not just L1.
While you wait
- Keep the source Redis Enterprise cluster running - do not decommission it.
- Stop retrying on a fixed cadence; each failed create leaves a Failed resource + orphaned private-endpoint/DNS records to clean up. Retry only after Support confirms capacity is added.
- If your migration architecture can tolerate it, test-provision the same SKU in an adjacent region (for example West US 2 or West Central US) to confirm the failure is region-specific (it will succeed) and to have a fallback landing zone ready.
- Do NOT downgrade to classic Azure Cache for Redis as a workaround - that path is being retired and is not a valid target for the AMR migration prompt you're seeing.
Direct answer to your question
"Can we get this bumped?" - not from the portal, and not via a quota increase (this isn't a quota; it's physical capacity in the AMR pool). It requires the AMR backend team to add regional capacity, which is done only through a support case as above.