File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/virtual-machines/windows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ author: cynthn
5
5
ms.service : virtual-machines
6
6
ms.collection : windows
7
7
ms.topic : quickstart
8
- ms.workload : infrastructure
9
8
ms.date : 02/23/2023
10
9
ms.author : cynthn
11
10
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
31
30
32
31
``` azurecli-interactive
33
32
resourcegroup="myResourceGroupCLI"
34
- location="West US 3 "
33
+ location="westus3 "
35
34
az group create --name $resourcegroup --location $location
36
35
```
37
36
@@ -68,10 +67,11 @@ It takes a few minutes to create the VM and supporting resources. The following
68
67
"privateIpAddress": "10.0.0.4",
69
68
"publicIpAddress": "52.174.34.95",
70
69
"resourceGroup": "myResourceGroupCLI"
70
+ "zones": ""
71
71
}
72
72
```
73
73
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 .
75
75
76
76
## Install web server
77
77
You can’t perform that action at this time.
0 commit comments