Skip to content

Commit c9cb622

Browse files
Add a mention that there is a ServiceTag for AzureLoadBalancer
1 parent f4469b7 commit c9cb622

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
@@ -124,7 +124,7 @@ There are eight inbound port range requirements. Inbound requests in these range
124124

125125
| Port(s) | Direction | Transport Protocol | Purpose | Local IP | Remote IP |
126126
| --- | --- | --- | --- | --- | --- |
127-
| 6379, 6380 |Inbound |TCP |Client communication to Redis, Azure load balancing | (Redis subnet) | (Redis subnet), Virtual Network, Azure Load Balancer |
127+
| 6379, 6380 |Inbound |TCP |Client communication to Redis, Azure load balancing | (Redis subnet) | (Redis subnet), Virtual Network, Azure Load Balancer[^2] |
128128
| 8443 |Inbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
129129
| 8500 |Inbound |TCP/UDP |Azure load balancing | (Redis subnet) |Azure Load Balancer |
130130
| 10221-10231 |Inbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet), Azure Load Balancer |
@@ -133,6 +133,8 @@ There are eight inbound port range requirements. Inbound requests in these range
133133
| 16001 |Inbound |TCP/UDP |Azure load balancing | (Redis subnet) |Azure Load Balancer |
134134
| 20226 |Inbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
135135

136+
[^2]: You can use the Service Tag 'AzureLoadBalancer' (Resource Manager) (or 'AZURE_LOADBALANCER' for classic) for authoring the NSG rules.
137+
136138
#### Additional VNET network connectivity requirements
137139

138140
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)