Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 62
You have an Azure Synapse Analytics serverless SQL pool.
You need to catalog the serverless SQL pool by using Azure Purview.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Create a managed identity in Azure Active Directory (Azure AD).
- B. Assign the Storage Blob Data Reader role to the Azure Purview managed service identity (MSI) for the storage account associated to the Synapse Analytics workspace.
- C. Assign the Reader role to the Azure Purview managed service identity (MSI) for the Synapse Analytics workspace.
- D. Assign the Owner role to the Azure Purview managed service identity (MSI) for the Azure Purview resource group.
- E. Register a data source.
Correct answer: B, C, E
Explanation
The correct actions involve assigning necessary roles and registering a data source. Option B allows Azure Purview to access the storage account, while option C ensures it can read the Synapse Analytics workspace. Option E is essential for establishing the connection to the data source. The other options are not required for this specific task.