DP-300 · Question #106
You are developing an application that uses Azure Data Lake Storage Gen 2. You need to recommend a solution to grant permissions to a specific application for a limited time period. What should you…
The correct answer is C. shared access signatures (SAS). A shared access signature (SAS) provides secure delegated access to resources in your storage With a SAS, you have granular control over how a client can access your data. For example: What resources the client may access. What permissions they have to those resources. How long…
Question
Options
- Arole assignments
- Baccount keys
- Cshared access signatures (SAS)
- DAzure Active Directory (Azure AD) identities
How the community answered
(27 responses)- A4% (1)
- B15% (4)
- C74% (20)
- D7% (2)
Explanation
A shared access signature (SAS) provides secure delegated access to resources in your storage With a SAS, you have granular control over how a client can access your data. For example: What resources the client may access. What permissions they have to those resources. How long the SAS is valid. Note: Data Lake Storage Gen2 supports the following authorization mechanisms: - Shared Key authorization - Shared access signature (SAS) authorization - Role-based access control (Azure RBAC) Access control lists (ACL) Data Lake Storage Gen2 supports the following authorization - Shared Key authorization - Shared access signature (SAS) authorization - Role-based access control (Azure RBAC) - Access control lists (ACL) https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
Community Discussion
No community discussion yet for this question.