Skip to content

Commit 5e981ba

Browse files
Merge pull request #234111 from cynthn/patch-78
[Doc-a-thon] Update limit-egress-traffic.md
2 parents c0fb603 + ef272d2 commit 5e981ba

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)