Skip to content

Commit 4d403ac

Browse files
authored
Merge pull request MicrosoftDocs#32051 from TimLovellSmith/patch-3
Add a mention that there is a ServiceTag for AzureLoadBalancer
2 parents f9448a4 + 2e6a611 commit 4d403ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ There are eight inbound port range requirements. Inbound requests in these range
127127

128128
| Port(s) | Direction | Transport Protocol | Purpose | Local IP | Remote IP |
129129
| --- | --- | --- | --- | --- | --- |
130-
| 6379, 6380 |Inbound |TCP |Client communication to Redis, Azure load balancing | (Redis subnet) | (Redis subnet), Virtual Network, Azure Load Balancer |
130+
| 6379, 6380 |Inbound |TCP |Client communication to Redis, Azure load balancing | (Redis subnet) | (Redis subnet), Virtual Network, Azure Load Balancer <sup>2</sup> |
131131
| 8443 |Inbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
132132
| 8500 |Inbound |TCP/UDP |Azure load balancing | (Redis subnet) |Azure Load Balancer |
133133
| 10221-10231 |Inbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet), Azure Load Balancer |
@@ -136,6 +136,8 @@ There are eight inbound port range requirements. Inbound requests in these range
136136
| 16001 |Inbound |TCP/UDP |Azure load balancing | (Redis subnet) |Azure Load Balancer |
137137
| 20226 |Inbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
138138

139+
<sup>2</sup> You can use the Service Tag 'AzureLoadBalancer' (Resource Manager) (or 'AZURE_LOADBALANCER' for classic) for authoring the NSG rules.
140+
139141
#### Additional VNET network connectivity requirements
140142

141143
There are network connectivity requirements for Azure Cache for Redis that may not be initially met in a virtual network. Azure Cache for Redis requires all the following items to function properly when used within a virtual network.

0 commit comments

Comments
 (0)