Skip to content

Commit 4ca7732

Browse files
authored
Update cache-how-to-premium-vnet.md
1 parent 1b99fcd commit 4ca7732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +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) | 168.63.129.16 and 169.254.169.254<sup>1</sup> and any custom DNS server for the subnet<sup>3</sup> |
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.
120+
<sup>1</sup> These IP addresses owned by Microsoft are used to address the Host VM which serves Azure DNS.
121121

122-
<sup>3</sup>: Not needed for subnets with no custom DNS server, or newer redis caches that ignore custom DNS.
122+
<sup>3</sup> Not needed for subnets with no custom DNS server, or newer redis caches that ignore custom DNS.
123123

124124
#### Inbound port requirements
125125

0 commit comments

Comments
 (0)