Skip to content

Commit db62f5b

Browse files
authored
Merge pull request #32052 from TimLovellSmith/patch-2
Update required outbound IP connectivity for DNS on Port 53
2 parents 7042ec2 + 4ca7732 commit db62f5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-cache-for-redis/cache-how-to-premium-vnet.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,17 @@ There are seven outbound port requirements.
109109
| Port(s) | Direction | Transport Protocol | Purpose | Local IP | Remote IP |
110110
| --- | --- | --- | --- | --- | --- |
111111
| 80, 443 |Outbound |TCP |Redis dependencies on Azure Storage/PKI (Internet) | (Redis subnet) |* |
112-
| 53 |Outbound |TCP/UDP |Redis dependencies on DNS (Internet/VNet) | (Redis subnet) |* |
112+
| 53 |Outbound |TCP/UDP |Redis dependencies on DNS (Internet/VNet) | (Redis subnet) | 168.63.129.16 and 169.254.169.254 <sup>1</sup> and any custom DNS server for the subnet <sup>3</sup> |
113113
| 8443 |Outbound |TCP |Internal communications for Redis | (Redis subnet) | (Redis subnet) |
114114
| 10221-10231 |Outbound |TCP |Internal communications for Redis | (Redis subnet) | (Redis subnet) |
115115
| 20226 |Outbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
116116
| 13000-13999 |Outbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
117117
| 15000-15999 |Outbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
118118
| 6379-6380 |Outbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
119119

120+
<sup>1</sup> These IP addresses owned by Microsoft are used to address the Host VM which serves Azure DNS.
121+
122+
<sup>3</sup> Not needed for subnets with no custom DNS server, or newer redis caches that ignore custom DNS.
120123

121124
#### Inbound port requirements
122125

0 commit comments

Comments
 (0)