Skip to content

Commit 8b223ac

Browse files
authored
Update quick-create-cli with correct regions
1 parent 067026f commit 8b223ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/key-vault/managed-hsm/quick-create-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: azure-resource-manager
77
ms.service: key-vault
88
ms.subservice: managed-hsm
99
ms.topic: quickstart
10-
ms.date: 03/21/2023
10+
ms.date: 03/24/2023
1111
ms.author: mbaldwin
1212
ms.custom: mode-api, devx-track-azurecli
1313
ms.devlang: azurecli
@@ -37,10 +37,10 @@ az login
3737

3838
## Create a resource group
3939

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.
4141

4242
```azurecli-interactive
43-
az group create --name "ContosoResourceGroup" --location westus3
43+
az group create --name "ContosoResourceGroup" --location eastus2
4444
```
4545

4646
## Create a Managed HSM

0 commit comments

Comments
 (0)