Skip to content

Commit f29ed27

Browse files
authored
address Acrolinx issues
1 parent 6706141 commit f29ed27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/container-instances-nat-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You must satisfy the following requirements to complete this tutorial:
2929

3030
**Azure CLI**: You must have Azure CLI version installed on your local computer. If you need to install or upgrade, see [Install the Azure CLI][azure-cli-install]
3131

32-
**Azure resource group**: If you don't have an Azure resource group already, create an resource group with the [az group create][az-group-create] command. Below is an example.
32+
**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. Below is an example.
3333
```azurecli
3434
az group create --name myResourceGroup --location eastus
3535
```
@@ -136,7 +136,7 @@ Output is similar to:
136136
```console
137137
<html><head><title>Current IP Check</title></head><body>Current IP Address: 52.142.18.133</body></html>
138138
```
139-
This IP address should match the public IP address created in the in the first step of the tutorial.
139+
This IP address should match the public IP address created in the first step of the tutorial.
140140

141141
```Bash
142142
echo $NG_PUBLIC_IP

0 commit comments

Comments
 (0)