Skip to content

Commit c01eef0

Browse files
authored
Merge pull request #167208 from SrijitBose-MSFT/patch-4
Removed extra '>' on line 162
2 parents fc355ed + 0628077 commit c01eef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/api-server-authorized-ip-ranges.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ CURRENT_IP=$(dig @resolver1.opendns.com ANY myip.opendns.com +short)
159159
az aks update -g $RG -n $AKSNAME --api-server-authorized-ip-ranges $CURRENT_IP/32
160160
```
161161

162-
>> [!NOTE]
162+
> [!NOTE]
163163
> The above example appends the API server authorized IP ranges on the cluster. To disable authorized IP ranges, use az aks update and specify an empty range "".
164164
165165
Another option is to use the below command on Windows systems to get the public IPv4 address, or you can use the steps in [Find your IP address](https://support.microsoft.com/en-gb/help/4026518/windows-10-find-your-ip-address).
@@ -191,4 +191,4 @@ For more information, see [Security concepts for applications and clusters in AK
191191
[install-azure-cli]: /cli/azure/install-azure-cli
192192
[operator-best-practices-cluster-security]: operator-best-practices-cluster-security.md
193193
[route-tables]: ../virtual-network/manage-route-table.md
194-
[standard-sku-lb]: load-balancer-standard.md
194+
[standard-sku-lb]: load-balancer-standard.md

0 commit comments

Comments
 (0)