Skip to content

Commit 0628077

Browse files
Removed extra '>' on line 162
Removed extra '>' on line 162 to correct note format
1 parent 67e3ec5 commit 0628077

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)