An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
Hello Alican,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that your Azure Managed Redis stuck in Failed/ScalingFailed after B3 to B5 scale fails with AllocationFailed (East US), how to clear state and get B5 capacity.
The scale request from Balanced_B3 to Balanced_B5 failed because Azure could not allocate the required Managed Redis infrastructure in East US, resulting in an AllocationFailed provisioning error. The existing B3 cache continues to serve traffic normally because the scale operation never completed. - https://learn.microsoft.com/en-us/azure/redis/how-to-scale
Your questions require different answers:
- There is currently no documented customer-facing operation in Azure Portal, Azure CLI, PowerShell, or ARM that manually clears a Managed Redis resource stuck in:
provisioningState = FailedandresourceState = ScalingFailedfollowing an AllocationFailed event. If the Portal Scale blade remains disabled and no further management operations can be initiated, Microsoft Support must investigate the backend provisioning record and resource provider state. This is a platform-level condition and not something that can be reset from the customer side. - https://docs.azure.cn/en-us/redis/monitor-troubleshoot-faq, https://learn.microsoft.com/en-us/azure/redis/how-to-scale - To obtain additional capacity before memory exhaustion. Waiting for capacity is not a reliable mitigation, the immediate production-safe actions are followings:
- Attempt scaling to another supported SKU that provides more capacity and is currently available.
- Evaluate a move to Memory Optimized tier if it satisfies the workload requirements.
- Reduce memory pressure by removing stale keys and shortening TTL values.
- Deploy a larger Azure Managed Redis instance in another region and perform a controlled migration if regional capacity remains unavailable.
- Open an Azure Support case immediately to determine whether East US capacity is blocked for the target SKU and whether backend intervention is required.
I hope this is helpful. Please! Do not hesitate to let me know if you have any other questions, steps or clarifications.
Please do not close the thread by upvoting and accepting the answer if any part of it is helpful.