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/quick-create-powershell.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: quickstart
15
15
ms.custom: mvc
16
-
ms.date: 05/10/2018
16
+
ms.date: 08/28/2018
17
17
ms.author: barclayn
18
18
#Customer intent:As a security admin who is new to Azure, I want to use Key Vault to securely store keys and passwords in Azure
19
19
@@ -28,15 +28,15 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
28
28
29
29
If you choose to install and use PowerShell locally, this tutorial requires Azure PowerShell module version 5.1.1 or later. Run `Get-Module -ListAvailable AzureRM` to find the version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-azurerm-ps). If you are running PowerShell locally, you also need to run `Login-AzureRmAccount` to create a connection with Azure.
30
30
31
-
```azurepowershell
31
+
```azurepowershell-interactive
32
32
Login-AzureRmAccount
33
33
```
34
34
35
35
## Create a resource group
36
36
37
37
Create an Azure resource group with [New-AzureRmResourceGroup](/powershell/module/azurerm.resources/new-azurermresourcegroup). A resource group is a logical container into which Azure resources are deployed and managed.
@@ -93,7 +93,7 @@ Now, you have created a Key Vault, stored a secret, and retrieved it.
93
93
94
94
When no longer needed, you can use the [Remove-AzureRmResourceGroup](/powershell/module/azurerm.resources/remove-azurermresourcegroup) command to remove the resource group, Key Vault, and all related resources.
0 commit comments