HOTSPOT
-
You are developing an application that uses Azure Storage to store customer data. The data must only be decrypted by the customer and the customer must be provided a script to rotate keys.
You need to provide a script to rotate keys to the customer.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
//IMG//
$h = $(az keyvault show --hsm-name … --query "properties.hsmUri")
$x = az keyvault {{slot1}} list-versions --name ""
--vault-name "" --query "[0].kid"
az storage account update
--name … \
--resource-group … \
--encryption-key-name … \
--encryption-key-version $x \
--encryption-key-source {{slot2}} \
--encryption-key-vault $hCorrect slot values