Skip to content

Commit 2e55f75

Browse files
committed
fixes
1 parent d00c1eb commit 2e55f75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/windows/quick-create-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: cynthn
55
ms.service: virtual-machines
66
ms.collection: windows
77
ms.topic: quickstart
8-
ms.workload: infrastructure
98
ms.date: 02/23/2023
109
ms.author: cynthn
1110
ms.custom: mvc, devx-track-azurecli, mode-api
@@ -31,7 +30,7 @@ Create a resource group with the [az group create](/cli/azure/group) command. An
3130

3231
```azurecli-interactive
3332
resourcegroup="myResourceGroupCLI"
34-
location="West US 3"
33+
location="westus3"
3534
az group create --name $resourcegroup --location $location
3635
```
3736

@@ -68,10 +67,11 @@ It takes a few minutes to create the VM and supporting resources. The following
6867
"privateIpAddress": "10.0.0.4",
6968
"publicIpAddress": "52.174.34.95",
7069
"resourceGroup": "myResourceGroupCLI"
70+
"zones": ""
7171
}
7272
```
7373

74-
Note your own `publicIpAddress` in the output from your VM. This address is used to access the VM in the next steps.
74+
Take a note your own `publicIpAddress` in the output when you create your VM. This IP address is used to access the VM later in this article.
7575

7676
## Install web server
7777

0 commit comments

Comments
 (0)