Exam AZ-204 All QuestionsBrowse all questions from this exam
Question 344

You need to grant access to the retail store location data for the inventory service development effort.

What should you use?

    Correct Answer: C

    To grant access to the retail store location data for the inventory service development effort, a Shared Access Signature (SAS) token should be used. A SAS token provides secure delegated access to resources in a storage account, allowing fine-grained control over access permissions and duration. It is particularly suitable for scenarios where temporary access (such as three months) to specific resources (like a blob) is required. This ensures that the third-party developer can access the necessary data without exposing the storage account keys, aligning perfectly with the requirements of controlled and time-bound access.

Discussion
kampatra

Seems Correct as access is required to access for 3 months

davidkerr7

where ar u getting the 3 months from its SAS because they only need access to upload data 'Store locations send data every hour to an Azure Blob storage account'

Juan61582

Inventory services - The company has contracted a third-party to develop an API for inventory processing that requires access to a specific blob within the retail store storage account for three months to include read-only access to the data.

gmishra88Option: C

All that reading to check if the person knows SAS exist with an expiry date?

NombreFalso

This is why I hate case studies

jaf19fOption: C

I got this question (12-Aug-2023) and I chose C as my answer - 932 passed

juanckar

This was on the exam (July 2023). Went with highly voted. Scored 917

OPT_001122

https://www.examtopics.com/exams/microsoft/az-204/view/47/ Topic 10 - Testlet 12 Question #1 It has all the questions listed for VanArsdel casestudy

idolle

Page not found

f559357Option: C

Just 3 months an access read, with SAS is enough

FeriAZOption: C

Shared access signature (SAS) token allows for precise control over what actions can be performed (e.g., read-only access), on which resources (e.g., a specific blob), and for how long the access should be granted (e.g., three months), aligning perfectly with the scenario's needs. SAS tokens provide a way to grant limited access to objects in your storage account to other clients, without exposing your account key. A SAS token can be limited by time and can grant access to specific blobs, making it an ideal choice for the scenario where a third-party needs read-only access to a specific blob within the retail store storage account for three months.