Azure Redis Private Link Disconnection Issue Analysis
Assistance is needed to analyze a Private Link disconnection issue related to Azure Redis. The client reported the following:
- The unused Redis instance,
zwayam-cluster3
, was deleted, which had a Private Link associated with the VNETCluster3-New-Vnet/VM-Subnet 2
. - This deletion impacted another Redis instance,
zwayam-cluster3-central-india
, which had its own independent Private Link associated with the same VNET (Cluster3-New-Vnet/VM-Subnet
). The connection for this instance still shows as disconnected. - A new Private Link was created for
zwayam-cluster3-central-india
, resolving the connection issue and restoring normal service.
The question is why changes to one Redis instance could impact another. This incident occurred in Production and resulted in approximately 30 minutes of downtime. Although the Private DNS Zone is shared (as Azure Redis restricts one DNS zone per VNET), each Private Link has an independent IP. The FQDN for the new Redis instance is zwayam-cluster3-central-india.privatelink.redis.cache.windows.net
, while the old one was zwayam-cluster3.privatelink.redis.cache.windows.net
, each referring to different IP addresses. Therefore, the deletion of the old Redis instance should not have impacted the new one in Central India.
Can this situation be reviewed for further insights?