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
Copy file name to clipboardExpand all lines: articles/key-vault/managed-hsm/quick-create-powershell.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create and retrieve attributes of a managed key in Azure Key Vault – Az
3
3
description: Quickstart showing how to set and retrieve a managed key from Azure Key Vault using Azure PowerShell
4
4
author: msmbaldwin
5
5
ms.author: mbaldwin
6
-
ms.date: 03/21/2023
6
+
ms.date: 03/24/2023
7
7
ms.topic: quickstart
8
8
ms.service: key-vault
9
9
ms.subservice: keys
@@ -29,10 +29,10 @@ Login-AzAccount
29
29
30
30
## Create a resource group
31
31
32
-
A resource group is a logical container into which Azure resources are deployed and managed. Use the Azure PowerShell [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet to create a resource group named *myResourceGroup* in the *eastus* location.
32
+
A resource group is a logical container into which Azure resources are deployed and managed. Use the Azure PowerShell [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet to create a resource group named *myResourceGroup* in the *eastus2* location.
0 commit comments