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/key-vault/managed-hsm/quick-create-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ tags: azure-resource-manager
7
7
ms.service: key-vault
8
8
ms.subservice: managed-hsm
9
9
ms.topic: quickstart
10
-
ms.date: 03/21/2023
10
+
ms.date: 03/24/2023
11
11
ms.author: mbaldwin
12
12
ms.custom: mode-api, devx-track-azurecli
13
13
ms.devlang: azurecli
@@ -37,10 +37,10 @@ az login
37
37
38
38
## Create a resource group
39
39
40
-
A resource group is a logical container into which Azure resources are deployed and managed. The following example creates a resource group named *ContosoResourceGroup* in the *westus3* location.
40
+
A resource group is a logical container into which Azure resources are deployed and managed. The following example creates a resource group named *ContosoResourceGroup* in the *eastus2* location.
41
41
42
42
```azurecli-interactive
43
-
az group create --name "ContosoResourceGroup" --location westus3
43
+
az group create --name "ContosoResourceGroup" --location eastus2
0 commit comments