You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-nat-gateway.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ You must satisfy the following requirements to complete this tutorial:
29
29
30
30
**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]
31
31
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.
33
33
```azurecli
34
34
az group create --name myResourceGroup --location eastus
35
35
```
@@ -136,7 +136,7 @@ Output is similar to:
136
136
```console
137
137
<html><head><title>Current IP Check</title></head><body>Current IP Address: 52.142.18.133</body></html>
138
138
```
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.
0 commit comments