Azure Data Lake Storage Gen2を使用するアプリケーションを開発しています。 限られた期間、特定のアプリケーションにアクセス許可を付与するソリューションを推奨する必要があります。 推奨事項には何を含める必要がありますか?
正解:B
Explanation 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. For example: What resources the client may access. What permissions they have to those resources. How long the SAS is valid. Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview