DRAG DROP
You manage an application deployed to a cloud service that utilizes an Azure Storage account.
The cloud service currently uses the primary access key.
Security policy requires that all shared access keys are changed without causing application downtime.
Which three steps should you perform in sequence? To answer, move the appropriate actions from the list
of actions to the answer area and arrange them in the correct order.
Answer: See the explanation
Box 2:
1. Update the connection strings in your application code to reference the secondary access key of
the storage account.
2. Regenerate the primary access key for your storage account. In the Management Portal, from the
dashboard or theConfigure page, click Manage Keys. Click Regenerate under the primary access
key, and then click Yes to confirm you want to generate a new key.
3. Update the connection strings in your code to reference the new primary access key.
4. Regenerate the secondary access key.