nerdexam
Microsoft

AZ-801 · Question #190

You have an Azure subscription that contains an Azure key vault named Vault1. You deploy Azure Disk Encryption. You configure Vault1 to support Azure Disk Encryption. You need to ensure that you can e

Box 1: key Create and configure a key vault for Azure Disk Encryption on a Windows VM Set up a key encryption key (KEK) If you want to use a key encryption key (KEK) for an additional layer of security for encryption keys, add a KEK to your key vault. When a key encryption key is

Secure Windows Server on-premises and hybrid infrastructures

Question

You have an Azure subscription that contains an Azure key vault named Vault1. You deploy Azure Disk Encryption. You configure Vault1 to support Azure Disk Encryption. You need to ensure that you can encrypt Azure Disk Encryption artifacts before they are written to Vault1. The solution must provide the highest level of encryption. How should you complete the command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Exhibits

AZ-801 question #190 exhibit 1
AZ-801 question #190 exhibit 2

Explanation

Box 1: key Create and configure a key vault for Azure Disk Encryption on a Windows VM Set up a key encryption key (KEK) If you want to use a key encryption key (KEK) for an additional layer of security for encryption keys, add a KEK to your key vault. When a key encryption key is specified, Azure Disk Encryption uses that key to wrap the encryption secrets before writing to Key Vault. Use the Azure CLI az keyvault key create command to generate a new KEK and store it in your key vault. az keyvault key create --name "myKEK" --vault-name "your-unique-keyvault-name>" --kty RSA -size 4096

Box 2: RSA-HSM For 4096-bit encryption choose RSA-HSM. For maximum key security: Always use an HSM (like EC-HSM or RSA-HSM) to protect your keys, regardless of the algorithm you choose.

Topics

#Azure Disk Encryption#Key Vault#HSM#Data Encryption

Community Discussion

No community discussion yet for this question.

Full AZ-801 Practice