InternalServerError when deploying Azure Cache for Redis

Dev Team 25 Reputation points
2025-07-08T08:39:05.0466667+00:00

When deploying Azure Cache for Redis, we get the following error:

{
    "status": "Failed",
    "error": {
        "code": "InternalServerError",
        "message": "Something went wrong.\r\nRequestID=e3dc3291-5f09-40ae-99e0-6fdbd5322239"
    }
}
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
{count} votes

Accepted answer
  1. Saraswathi Devadula 11,405 Reputation points Microsoft External Staff Moderator
    2025-07-09T07:13:27.02+00:00

    Hello Dev Team

    This error typically occurs when the cache name you're trying to use is already taken or was recently deleted.

    After deletion, the name remains reserved for the same subscription, allowing its owner to recreate the cache.

    If it isn’t recreated, the name becomes available to other subscriptions once the 30-day reservation period ends.

    To resolve this issue, try selecting a different name or wait for the original name to become available again after the reservation expires.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.