Storing Secrets in Azure - Azure Key Vault | Scribe

    Storing Secrets in Azure - Azure Key Vault

    • Hafeez Baig |
    • 16 steps |
    • 2 minutes
    1

    Sign in into the **Microsoft Azure Portal**

    2

    Type **Key vaults** in the search bar and click on the **Key vaults** to view the Key vaults dashboard

    information ordinal icon

    **What are Key vaults?**\ \ In Azure, Key Vaults are secure repositories for managing sensitive information such as secrets, encryption keys, and certificates. They help enhance data protection by providing secure storage, controlled access, and audit logging for cryptographic keys and secrets used by cloud applications and services.

    3

    On the **Key vaults** dashboard click on the **Create** button on the left side

    4

    Click on the **Resource group** dropdown and select the resource group **virtual-network-rg** option **Note:** If you do not have a Resource group, you can create one by clicking on the **Create new** link option

    5

    Scroll to the **Key vault name** section and give Name as "**my-key-vault-in28minutes**"

    6

    Scroll to the **Pricing tier** section and select the option **Standard**

    7

    Scroll the page and click on the **Review + create** button

    8

    After the Validation is successfully passed, scroll the page and click on the **Create** button

    9

    After the deployment is completed click on the **Go to resource** button

    information ordinal icon

    Congratulations on successfully creating an Azure Key Vault!

    10

    **my-key-vault-in28minutes** wizard will open, here you can view all the details and configurations of the Key Vault

    11

    Click on the **Keys** from the left bar

    information ordinal icon

    **What are Keys in Azure?**\ \ In Azure Key Vault, "Keys" are cryptographic keys used for encryption, decryption, signing, and verification of data. They provide a secure means of protecting sensitive information and ensuring data confidentiality, integrity, and authenticity. Keys stored in Azure Key Vault can be managed centrally, and access to them can be tightly controlled to enhance security.

    12

    **Keys** wizard will open, click on the **Generate/import** button to create a new Key in the Azure Key Vault

    13

    Click on the **Secrets** from the left bar

    information ordinal icon

    **What are the Secrets in Azure Key Vault?**\ \ In Azure Key Vault, "Secrets" are sensitive pieces of information, such as passwords, connection strings, or API keys, that are securely stored and managed. Secrets are encrypted at rest and can be accessed by authorized applications or users with proper permissions. Azure Key Vault provides a secure and centralized way to store and manage secrets, helping to enhance security and compliance in cloud applications.

    14

    **Secrets** wizard will open, click on the **Generate/import** button to create a new Secret in the Azure Key Vault

    15

    Click on the **Certificates** from the left bar

    information ordinal icon

    **What are Certificates in Azure Key Vault?**\ \ In Azure Key Vault, "Certificates" are digital certificates used for securing communication, authenticating users and devices, and establishing trust in applications and services. Certificates are cryptographic keys paired with identity information and signed by a trusted certificate authority (CA). Azure Key Vault provides a secure and centralized way to store, manage, and deploy certificates, ensuring their confidentiality, integrity, and availability.