
Answer-first summary for fast verification
Answer: Create shared access signatures (SAS).
A shared access signature (SAS) provides secure delegated access to resources in your storage account. With a SAS, you have granular control over how a client can access your data, including what resources the client may access, what permissions they have to those resources, and how long the SAS is valid. This meets the requirement of providing secure, time-limited access to specific blobs without exposing them publicly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has an Azure subscription that leverages Azure Storage services. The organization intends to share certain blobs with external vendors in a manner that ensures the data remains secure. Your task is to devise a solution that allows these vendors to access specific blobs securely, without making the blobs publicly accessible. Furthermore, the access provided must be constrained to a specific time frame. What solution should you recommend to achieve these requirements?
A
Configure private link connections.
B
Configure encryption by using customer-managed keys (CMKs).
C
Share the connection string of the access key.
D
Create shared access signatures (SAS).
No comments yet.