Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 2.88 KB

File metadata and controls

73 lines (56 loc) · 2.88 KB

Step 5: Setup the Key Vault and Store secrets/keys

Costa Rica

GitHub Cloud2BR OSS - Learning Hub

Last updated: 2026-04-07


Centered Image

Step 1: Create an Azure Key Vault

  1. Sign in to Azure Portal: Go to the Azure portal and sign in with your Azure account.
  2. Create a Key Vault:
    • From the Azure portal menu, select Create a resource.
    • In the Search box, type Key Vault and select Key Vault from the results.
    • Click Create.
Centered Image
  • 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 + create and then Create.
Centered Image

Step 2: Store Secrets and Keys

  1. 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: Select Manual.
      • 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.
Centered Image
  1. Add a Key:
    • In the Key Vault menu, select Keys.
    • Click + Generate/Import.
    • Fill in the details:
      • Options: Select Generate.
      • Name: Enter a name for the key (e.g., encryption-key).
    • Click Create.
Centered Image
Total views

Refresh Date: 2026-04-07