Cannot Create Redis Cache (Premium Tier) using VNet

2022-09-13T14:25:26.153+00:00

I'm trying to create an Azure Redis Cache (Premium Tier) inside a VNet. The validation passes but the deployment fails with an internal server error.

{
"status": "Failed",
"error": {
"code": "InternalServerError",
"message": "Something went wrong.\r\nRequestID=b2ef16f8-7cd7-4290-97bf-02b74bcac556"
}
}

I created a new virtual network in the same region as the Redis cache and the azure subscription. There are no other resources using this virtual network (so no overlapping IP addresses). I've been through the troubleshooting guide here for deployment failures and couldn't find much information that resolves the issue- https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/common-deployment-errors

These are the steps I followed to create the VNet - https://learn.microsoft.com/en-us/azure/virtual-network/manage-virtual-network#create-a-virtual-network

I've also created a VNet with BastionHost and one without BastionHost and tried to use both while trying to create the Redis Cache. I retried this multiple times by changing the subnet address range for the VNet as well, but still running into the same issue.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,401 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
248 questions
{count} votes

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.