Designing and Implementing an Azure AI Solution (legacy) — Question 30

You are developing a Microsoft Bot Framework application. The application consumes structured NoSQL data that must be stored in the cloud.
You implement Azure Blob storage for the application. You want access to the blob store to be controlled by using a role.
You implement Azure Active Directory (Azure AD) integration on the storage account.
Does this action accomplish your objective?

Answer options

Correct answer: A

Explanation

Integrating Azure Active Directory with the Azure Blob storage account allows you to control access through role-based access control (RBAC), fulfilling the requirement for managing access. Therefore, the correct answer is 'Yes, it does.' The alternative option is incorrect because it overlooks the functionality provided by Azure AD integration.