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.
Select and Place:
Which three steps should you perform in sequence?
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.
Select and Place:
1. set service to use secondary key
2. regenerate the primary
3. set primary back to service
It says to regenerate both keys, given answer is correct.
1. Update the cloud service config with the secondary key.
2. Regenerate the primary key.
3. Update the cloud service config with the primary key.
To change both primary and secondary keys, 4 steps are needed:
1. Update Connection Strings in Application Code to reference 2nd Access Key.
2. Regenerate Primary Access Key.
3. Update Connection Strings in Application Code for primary key.
4. Regenarate Secondary Key.
why you need to use back primary? there’re only 3 options in the test..
Agree with the answer.