AZ-500 · Question #292
Drag and Drop Question You have an Azure subscription. You plan to create a storage account. You need to use customer-managed keys to encrypt the tables in the storage account. From Azure Cloud…
The correct answer is New-AzStorageAccount; New-AzStorageAccountKey; New-AzStorageTable. To use customer-managed keys (CMK) for encrypting tables in a new Azure Storage account, you must first create the storage account with New-AzStorageAccount, then generate or retrieve the storage account key using New-AzStorageAccountKey (which is needed to configure CMK…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- New-AzStorageAccount
- New-AzStorageAccountKey
- New-AzStorageTable
Explanation
To use customer-managed keys (CMK) for encrypting tables in a new Azure Storage account, you must first create the storage account with New-AzStorageAccount, then generate or retrieve the storage account key using New-AzStorageAccountKey (which is needed to configure CMK encryption), and finally create the table with New-AzStorageTable. This sequence ensures the storage account exists and is properly configured before the table is created within it.
Topics
Community Discussion
No community discussion yet for this question.
