Skip to main content

Azure KeyVault Setup and Secret Migration

🧱 Service Inputs​

1. Login to the Azure Portal​

1.1 Open Azure Portal and Sign In​

Open the Azure Portal and sign in:

https://portal.azure.com

1.2 Go to All services​

From the left navigation (or the top search bar), open All services.

Azure Portal - All services

1.3 Go to Security → Key Vaults​

In All services, expand Security, then select Key Vaults, and click Create button.

Azure Portal - Security to Key Vaults
Azure Portal - Security to Key Vaults

1.4 Create a Key Vault​

In Key Vaults, click Create to start creating a new Key Vault.

Fill in the details as follows:

Subscription: Default Subscription (or select the appropriate one)

Resource group:

dev-se-resource-group

Key vault name:

dev-se-keyvault

Region: East US

Pricing tier: Standard

Leave all other options at their default values, then click Next.

Azure Portal - Create Key Vault

1.5 Access configuration​

On the Access configuration tab, configure the following:

Permission model: Vault access policy

Leave all other options at their default values, then click Next.

Azure Key Vault - Access configuration

1.6 Networking​

On the Networking tab, leave all options at their default values.

Click Next to continue.

Azure Key Vault - Networking configuration

1.7 Tags​

On the Tags tab, add the following tag:

Name:

Shelvera

Value:

dev

After adding the tag, click Next.

Azure Key Vault - Tags configuration

1.8 Review + Create​

On the Review + create tab, verify the configuration.

Click Create to start the deployment.

Azure Key Vault - Review + create