Question 184 of 213
Single answerHOTSPOT -You plan to deploy a new application to a Linux virtual machine (VM) that is hosted in Azure.The entire VM must be secured at rest by using industry-standard encryption technology to address organizational security and compliance requirements.You need to configure Azure Disk Encryption for the VM.How should you complete the Azure CLI commands? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
✓A Box 1: keyvault -Create an Azure Key Vault with az keyvault create and enable the Key Vault for use with disk encryption. Specify a unique Key Vault name for keyvault_name as follows: keyvault_name=myvaultname$RANDOM az keyvault create \--
BRefer to simulation panel
✓
Correct Answer: A
Box 1: keyvault -Create an Azure Key Vault with az keyvault create and enable the Key Vault for use with disk encryption. Specify a unique Key Vault name for keyvault_name as follows: keyvault_name=myvaultname$RANDOM az keyvault create \--
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.