Question 186 of 213
Single answerDRAG DROP -You are developing an application. You have an Azure user account that has access to two subscriptions.You need to retrieve a storage account key secret from Azure Key Vault.In which order should you arrange the PowerShell commands to develop the solution? To answer, move all commands from the list of commands to the answer area and arrange them in the correct order.Select and Place:
✓A Step 1: Get-AzSubscription -If you have multiple subscriptions, you might have to specify the one that was used to create your key vault. Enter the following to see the subscriptions for your account:Get-AzSubscription -Step 2: Set-AzConte
BRefer to simulation panel
✓
Correct Answer: A
Step 1: Get-AzSubscription -If you have multiple subscriptions, you might have to specify the one that was used to create your key vault. Enter the following to see the subscriptions for your account:Get-AzSubscription -Step 2: Set-AzConte
▥
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.