Azure Managed Redis (Microsoft.Cache/redisEnterprise) has some subscription and regional constraints, but the provided context only supports a limited set of conclusions.
- Subscription-level entitlement or capacity restriction
Azure Managed Redis (redisEnterprise) is the same resource type referenced in the ARM/Bicep and CLI documentation. The context states that:
- Redis Enterprise (Microsoft.Cache/redisEnterprise) is also known as Azure Managed Redis and is deployed at the resource-group scope.
- It requires a Microsoft.Cache/redisEnterprise/databases child resource to function properly.
However, the context does not describe subscription-level entitlements, quota behavior, or capacity-based blocking conditions for redisEnterprise. It also does not describe differences between subscriptions in the same tenant. Therefore, no subscription-level entitlement or capacity restriction can be confirmed or denied from the provided material.
- Getting more detailed diagnostics for the failure
From the ARM/Bicep and CLI guidance in the context:
- redisEnterprise resources can be deployed via ARM templates, Bicep, and CLI (
az redisenterprise create).
- When using Bicep/ARM, failures surface as generic deployment errors (like
ResourceDeploymentFailure) at the deployment layer.
The context does not provide a mechanism beyond standard ARM deployment diagnostics for obtaining deeper internal error details (for example, no mention of additional logs or specific redisEnterprise troubleshooting tooling). It only shows that redisEnterprise is deployed like other ARM resources and that deployments can fail and later be deleted (as in the Q&A example where a Redis resource was stuck in Creating and then deleted once it moved to Failed).
So, based on the context, the only supported diagnostic path is to:
- Use standard ARM/Bicep deployment diagnostics (deployment operations view) and CLI/PowerShell output to inspect the detailed error records.
No additional redisEnterprise-specific diagnostic channel is documented in the provided material.
- Known regional capacity constraints for Balanced-tier AMR in East US
The context describes how to create Azure Managed Redis using CLI, ARM templates, and Bicep, and notes that:
- The cache
name must be unique in the Azure region.
-
location should be an Azure region near other services.
-
sku should be chosen based on features and performance.
It does not document any regional capacity constraints or specific limitations for Balanced-tier SKUs in East US (or any other region). It also does not mention interaction with VM quotas or internal VM allocation for Azure Managed Redis.
Therefore, no regional capacity constraint information for Balanced_B0/B3 in East US can be provided from this context.
- Other relevant points from the context
- For ARM/Bicep/Terraform: redisEnterprise requires a
Microsoft.Cache/redisEnterprise/databases child resource to function properly. Any deployment must ensure that the parent redisEnterprise resource and its required database child resource are both defined and deployed.
- For CLI:
az redisenterprise create requires name, location, resourceGroup, and sku. Microsoft Entra authentication and TLS 1.2–1.3 are enabled by default for new caches.
- A Q&A example shows that a Redis resource can be stuck in Creating and later move to Failed, after which it can be deleted; however, that example does not provide root-cause detail or capacity/entitlement explanations.
Because the context does not cover subscription-specific entitlement checks, internal capacity behavior, or detailed failure diagnostics for redisEnterprise, no further supported conclusions can be drawn.
References: