Skip to content

Commit 1299797

Browse files
authored
Merge pull request #109086 from Karishma-Tiwari-MSFT/patch-163
(ForumsTeam) fixes MicrosoftDocs/azure-docs#50645
2 parents 8d16e22 + 5449b6a commit 1299797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-container-group-ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ type: Microsoft.ContainerInstance/containerGroups
190190
Create a resource group with the [az group create](/cli/azure/group#az-group-create) command:
191191
192192
```azurecli-interactive
193-
az group create --name myResourceGroup --location eastus
193+
az group create --name myResourceGroup --location westus
194194
```
195195

196196
Deploy the container group with the [az container create](/cli/azure/container#az-container-create) command, passing the YAML file as an argument.

0 commit comments

Comments
 (0)