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