0
0
Azurecloud~5 mins

Key Vault creation in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Azure Key Vault used for?
Azure Key Vault is a cloud service that securely stores and controls access to secrets like passwords, keys, and certificates.
Click to reveal answer
beginner
Name one important step when creating a Key Vault in Azure.
You must specify a unique name and select a resource group and region where the Key Vault will be created.
Click to reveal answer
intermediate
What is the purpose of access policies in Azure Key Vault?
Access policies define who can read or manage secrets, keys, and certificates stored in the Key Vault.
Click to reveal answer
beginner
True or False: Azure Key Vault automatically encrypts all stored data.
True. Azure Key Vault encrypts all stored secrets and keys using Microsoft-managed or customer-managed keys.
Click to reveal answer
beginner
What is a best practice when naming your Azure Key Vault?
Use a unique, descriptive name that follows Azure naming rules and helps identify the vault's purpose or environment.
Click to reveal answer
Which of the following is required when creating an Azure Key Vault?
AA unique vault name
BA virtual machine
CA database connection string
DA storage account
What does an access policy in Azure Key Vault control?
AThe network speed
BWho can access and manage secrets
CThe billing account
DThe virtual machine size
Where is Azure Key Vault data stored?
AIn a virtual machine
BOn your local computer
CIn the selected Azure region
DIn a SQL database
Which of these is NOT a secret type stored in Azure Key Vault?
APasswords
BEncryption keys
CCertificates
DVirtual machine images
What is a recommended practice for securing access to your Key Vault?
AUse access policies with least privilege
BShare the vault password with everyone
CDisable all logging
DUse the same password for all users
Explain the main steps to create an Azure Key Vault and secure it.
Think about naming, location, permissions, and security.
You got /4 concepts.
    Describe why Azure Key Vault is important for managing secrets in cloud applications.
    Focus on security and control benefits.
    You got /4 concepts.