You need to deploy a Microsoft Azure Stream Analytics job for an IoT based solution. The solution must minimize latency. The solution must also minimize the bandwidth usage between the job and the IoT device. Which of the following actions must you perform for this requirement? (Choose four.) A. Ensure to configure routes B. Create an Azure Blob storage container C. Configure Streaming Units D. Create an IoT Hub and add the Azure Stream Analytics modules to the IoT Hub namespace E. Create an Azure Stream Analytics edge job and configure job definition save location F. Create an Azure Stream Analytics cloud job and configure job definition save location  Suggested Answer: ABDF There is an article in the Microsoft documentation on configuring Azure Stream Analytics on IoT Edge devices. You need to have a storage container for the job definition: Installation instructions - The high-level steps are described in the following table. More details are given in the following sections. You also need to create a cloud part job definition: You also need to set the modules for your IoT edge device: Deployment ASA on your IoT Edge device(s) Add ASA to your deployment - ג€¢ In the Azure portal, open IoT Hub, navigate to IoT Edge and click on the device you want to target for this deployment. ג€¢ Select Set modules, then select + Add and choose Azure Stream Analytics Module. ג€¢ Select the subscription and the ASA Edge job that you created. Click Save. You also need to configure the Routes: Configure routes - IoT Edge provides a way to declaratively route messages between modules, and between modules and IoT Hub. The full syntax is described here. Names of the inputs and outputs created in the ASA job can be used as endpoints for routing. Since this is clear from the Microsoft documentation, all other options are incorrect. Reference: alt="Reference Image" /> You also need to create a cloud part job definition: You also need to set the modules for your IoT edge device: Deployment ASA on your IoT Edge device(s) Add ASA to your deployment - ג€¢ In the Azure portal, open IoT Hub, navigate to IoT Edge and click on the device you want to target for this deployment. ג€¢ Select Set modules, then select + Add and choose Azure Stream Analytics Module. ג€¢ Select the subscription and the ASA Edge job that you created. Click Save. https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-edge This question is in DP-200 Microsoft Azure Data Engineer Exam For getting Microsoft Certified: Azure Data Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer