An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
Hi @Saikumar Polavaram ,
This one isn't your Bicep or CLI.
Your template passed validation and got all the way to the allocation step, so the config is fine - East US 2 just can't allocate that Redis size right now. It's a regional capacity constraint, not a permanent thing, but I can't give you an ETA. On your questions: There's no way to check free capacity yourself. AMR has no real-time inventory API. listSkusForScaling needs an existing cluster and only shows what you can scale to, and the "available by region" page only means the SKU is offered there, not that it's free today.
No safer SKU either, but worth a try: the tiers sit on different hardware families (Memory Optimized, Balanced, Compute Optimized), so switching family is a better test than just changing size. For a quick non-prod check you can also create with --high-availability Disabled, since that's a single node instead of two and usually slips through. Don't do that for prod though - no replication, lower SLA, and you can't change it later. Also delete the failed resource before each retry, otherwise it leaves DNS and private endpoint leftovers behind.
If East US 2 is non-negotiable, raise a support request asking for a regional capacity review for Microsoft.Cache/redisEnterprise in East US 2. Include your subscription ID, the SKUs and sizes you tried with UTC timestamps, the correlation/request IDs from the failed deployments, and the full error. That's the only route to get capacity added - a quota increase won't help here, quota and capacity are two different systems. If you can, spin the same SKU up in East US or Central US in the meantime just to confirm it's region-specific and have a fallback ready. Drop the SR number here once you've raised it and I'll keep following the thread.