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:

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:

Answer:



Leave a Reply 6

Your email address will not be published. Required fields are marked *


mickey

mickey

1. set service to use secondary key
2. regenerate the primary
3. set primary back to service

Scott

Scott

It says to regenerate both keys, given answer is correct.

neverlie100

neverlie100

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.

Jack

Jack

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.

Eric

Eric

why you need to use back primary? there’re only 3 options in the test..

JC

JC

Agree with the answer.