Skip to content

Commit 2e6a611

Browse files
authored
fix superscript formatting
1 parent c9cb622 commit 2e6a611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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[^2] |
127+
| 6379, 6380 |Inbound |TCP |Client communication to Redis, Azure load balancing | (Redis subnet) | (Redis subnet), Virtual Network, Azure Load Balancer <sup>2</sup> |
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,7 +133,7 @@ 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.
136+
<sup>2</sup> You can use the Service Tag 'AzureLoadBalancer' (Resource Manager) (or 'AZURE_LOADBALANCER' for classic) for authoring the NSG rules.
137137

138138
#### Additional VNET network connectivity requirements
139139

0 commit comments

Comments
 (0)