You need to grant clients access to application data fo…

You deploy a web application to an Azure Cloud Service. The application uses a storage account that contains
a large number of storage objects.
You need to grant clients access to application data for a specified interval of time while minimizing effort.What should you create?

You deploy a web application to an Azure Cloud Service. The application uses a storage account that contains
a large number of storage objects.
You need to grant clients access to application data for a specified interval of time while minimizing effort.What should you create?

A.
a stored access policy

B.
a service shared access signature

C.
an account shared access signature

D.
a network security group

Explanation:
https://azure.microsoft.com/en-gb/documentation/articles/storage-dotnet-shared-access-signature-part-1/



Leave a Reply 2

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


ekramy

ekramy

the key point in this question is “for a specified interval of time ” , so the answer is A ( stored access policy )

Repto

Repto

From Microsoft:

A SAS gives you granular control over the type of access you grant to clients who have the SAS, including:

The interval over which the SAS is valid, including the start time and the expiry time.