Skip to content

Commit 18edf67

Browse files
authored
Merge pull request #203451 from SreejaBhattacharya-MSFT/patch-28
PR to update documentation code - create firewall
2 parents 9be2020 + 16ca153 commit 18edf67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/container-instances/container-instances-egress-ip-address.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ If not already installed, add the firewall extension to the Azure CLI using the
7474

7575
:::code language="azurecli" source="~/azure_cli_scripts/container-instances/egress-ip-address.sh" id="firewallext":::
7676

77-
Create the firewall resources:
77+
Create the firewall resources using the [az network firewall create][az-network-firewall-create] command:
7878

79-
:::code language="azurecli" source="~/azure_cli_scripts/container-instances/egress-ip-address.sh" id="firewallext":::
79+
:::code language="azurecli" source="~/azure_cli_scripts/container-instances/egress-ip-address.sh" id="firewall":::
8080

8181
Update the firewall configuration using the [az network firewall update][az-network-firewall-update] command:
8282

@@ -190,6 +190,7 @@ For more information about managing traffic and protecting Azure resources, see
190190
[az-container-create]: /cli/azure/container#az_container_create
191191
[az-network-vnet-subnet-create]: /cli/azure/network/vnet/subnet#az_network_vnet_subnet_create
192192
[az-extension-add]: /cli/azure/extension#az_extension_add
193+
[az-network-firewall-create]: /cli/azure/network/firewall#az_network_firewall_create
193194
[az-network-firewall-update]: /cli/azure/network/firewall#az_network_firewall_update
194195
[az-network-public-ip-show]: /cli/azure/network/public-ip/#az_network_public_ip_show
195196
[az-network-route-table-create]:/cli/azure/network/route-table/#az_network_route_table_create

0 commit comments

Comments
 (0)