AZ-500 • Practice Test 39
Free AZ-500 practice test — 15 questions with explanations. Set 39. No signup required.
You are deploying an Azure Disk Encryption set with the above ARM template snippet. What is the result of this configuration?
Refer to the exhibit.
{
"properties": {
"encryption": {
"keySource": "Microsoft.Keyvault",
"keyvaultproperties": {
"keyname": "MyCMK",
"keyversion": "",
"keyvaulturi": "https://mykeyvault.vault.azure.net/keys/MyCMK"
},
"infrastructureEncryption": "Enabled"
}
}
}