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/virtual-machines/linux/tutorial-manage-vm.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ If you choose to install and use the CLI locally, this tutorial requires that yo
33
33
34
34
Create a resource group with the [az group create](/cli/azure/group) command.
35
35
36
-
An Azure resource group is a logical container into which Azure resources are deployed and managed. A resource group must be created before a virtual machine. In this example, a resource group named *myResourceGroupVM* is created in the *eastus3* region.
36
+
An Azure resource group is a logical container into which Azure resources are deployed and managed. A resource group must be created before a virtual machine. In this example, a resource group named *myResourceGroupVM* is created in the *eastus2* region.
37
37
38
38
39
39
```azurecli-interactive
40
-
az group create --name myResourceGroupVM --location eastus3
40
+
az group create --name myResourceGroupVM --location eastus2
41
41
```
42
42
43
43
The resource group is specified when creating or modifying a VM, which can be seen throughout this tutorial.
@@ -63,7 +63,7 @@ It may take a few minutes to create the VM. Once the VM has been created, the Az
0 commit comments