An Azure service that is used to provision Windows and Linux virtual machines.
Insufficient Redis capacity
I had an Azure Managed Redis of SKU "Balanced_B0" on East US2, and as part of automating the provisioning process, I deleted the instance and attempted re-provision it using a Bicep template. However, I keep getting the following error:
Request failed due to insufficient capacity. Retry using a different Azure Managed Redis size, region or contact Azure support for assistance. (Code: AllocationFailed)
I find this wired because I just deleted my previous instance and no other deployment took place. It's also wired because I can find plenty of available compute quota in our subscription. That's why I suspect there might be a corrupted state in Azure that is preventing us from provisioning Redis.