Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.39 KB

quick-create-powershell.md

File metadata and controls

47 lines (33 loc) · 2.39 KB
title description services author ms.service ms.subservice ms.topic ms.date ms.author ms.custom
Quickstart - Create an Azure Key Vault with Azure PowerShell
Quickstart showing how to create an Azure Key Vault using Azure PowerShell
key-vault
msmbaldwin
key-vault
general
quickstart
01/30/2024
mbaldwin
mode-api, devx-track-azurepowershell

Quickstart: Create a key vault using PowerShell

Azure Key Vault is a cloud service that provides a secure store for keys, secrets, and certificates. For more information on Key Vault, see About Azure Key Vault; for more information on what can be stored in a key vault, see About keys, secrets, and certificates.

If you don't have an Azure subscription, create a free account before you begin.

[!INCLUDE cloud-shell-try-it.md]

In this quickstart, you create a key vault with Azure PowerShell. If you choose to install and use PowerShell locally, this tutorial requires Azure PowerShell module version 1.0.0 or later. Type $PSVersionTable.PSVersion to find the version. If you need to upgrade, see Install Azure PowerShell module. If you are running PowerShell locally, you also need to run Connect-AzAccount to create a connection with Azure.

Connect-AzAccount

Create a resource group

[!INCLUDE Create a resource group]

Create a key vault

[!INCLUDE Create a key vault]

Clean up resources

[!INCLUDE Create a key vault]

Next steps

In this quickstart you created a Key Vault using Azure PowerShell. To learn more about Key Vault and how to integrate it with your applications, continue on to the articles below.