You are designing a real-time stream processing solution in Azure Stream Analytics. The solution must read data from a blob container in an Azure Storage account via a service endpoint.
You need to recommend an authentication mechanism for the solution.
What should you recommend?
Azure Stream Analytics supports Managed Identity authentication for both Azure Event Hubs input and output.
Note: First, you create a managed identity for your Azure Stream Analytics job.
1. In the Azure portal, open your Azure Stream Analytics job.
2. From the left navigation menu, select Managed Identity located under Configure. Then, check the box next to Use System-assigned Managed Identity and select Save.
https://docs.microsoft.com/en-us/azure/stream-analytics/event-hubs-managed-identity
Currently there are no comments in this discussion, be the first to comment!