Costa Rica
Last updated: 2026-04-07
Sign in to Azure Portal: Go to the Azure portal and sign in with your Azure account.Create a Key Vault:- From the Azure portal menu, select
Create a resource. - In the
Searchbox, typeKey Vaultand selectKey Vaultfrom the results. - Click
Create.
- From the Azure portal menu, select
- Fill in the required details:
Name: A unique name for your Key Vault.Subscription: Select your Azure subscription.Resource Group: Select an existing resource group or create a new one.Location: Choose the Azure region.
- Click
Review + createand thenCreate.
Add a Secret:- Navigate to your Key Vault in the Azure portal.
- In the left-hand menu, select
Secrets. - Click
+ Generate/Import. - Fill in the details:
Upload options: SelectManual.Name: Enter a name for the secret (e.g.,storage-account-key).Value: Enter the value of the secret (e.g., your storage account key).
- Click
Create.
Add a Key:- In the Key Vault menu, select
Keys. - Click
+ Generate/Import. - Fill in the details:
Options: SelectGenerate.Name: Enter a name for the key (e.g.,encryption-key).
- Click
Create.
- In the Key Vault menu, select




