Skip to content

Commit 480727e

Browse files
authored
Small changes
1 parent 5aae516 commit 480727e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This tutorial makes use of a randomized variable. If you used an existing resour
4141

4242
:::code language="azurecli" source="~/azure_cli_scripts/container-instances/egress-ip-address.sh" id="variable":::
4343

44-
**Azure resource group**: If you don't have an Azure resource group already, create a resource group with the [az group create][az-group-create] command. Modify the location value as appropriate.
44+
If you don't have an Azure resource group already, create a resource group with the [az group create][az-group-create] command. Modify the location value as appropriate.
4545

4646
:::code language="azurecli" source="~/azure_cli_scripts/container-instances/egress-ip-address.sh" id="creategroup":::
4747

@@ -58,7 +58,7 @@ Create the container group with the [az container create][az-container-create] c
5858
> [!TIP]
5959
> Adjust the value of `--subnet address-prefix` for the IP address space that you need in your subnet. The smallest supported subnet is /29, which provides eight IP addresses. Some IP addresses are reserved for use by Azure.
6060
61-
For use in a later step, get the private IP address of the container group by running the [az container show][az-container-show] command:
61+
For use in a later step, get the private IP address of the container group by running the `az container show` command:
6262

6363
:::code language="azurecli" source="~/azure_cli_scripts/container-instances/egress-ip-address.sh" id="privateip":::
6464

0 commit comments

Comments
 (0)