Skip to content

Commit ef272d2

Browse files
authored
Update limit-egress-traffic.md
Changing bash to azurecli in cases where there is Azure CLI syntax. ------- cc: @asudbring
1 parent e111e88 commit ef272d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/limit-egress-traffic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ az group create --name $RG --location $LOC
321321

322322
Create a virtual network with two subnets to host the AKS cluster and the Azure Firewall. Each will have their own subnet. Let's start with the AKS network.
323323

324-
```
324+
```azurecli
325325
# Dedicated virtual network with AKS subnet
326326
327327
az network vnet create \
@@ -560,7 +560,7 @@ If you used authorized IP ranges for the cluster on the previous step, you must
560560

561561
Add another IP address to the approved ranges with the following command
562562

563-
```bash
563+
```azurecli
564564
# Retrieve your IP address
565565
CURRENT_IP=$(dig @resolver1.opendns.com ANY myip.opendns.com +short)
566566

0 commit comments

Comments
 (0)