DRAG DROP - An organization has web apps hosted in Azure. The organization wants to track events and telemetry data in the web apps by using Application Insights. You need to configure the web apps for Application Insights. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place: Â Suggested Answer: Step 1: Create an Application Insights resource Creating an Application Insights workspace-based resource us a prerequisite. Step 2: Copy the connection string A connection string identifies the resource that you want to associate with your telemetry data. It also allows you to modify the endpoints that your resource will use as a destination for your telemetry. You'll need to copy the connection string and add it to your application's code or to an environment variable. Step 3: Configure the Application Insights SDK in the app The Application Insights SDK for ASP.NET Core can monitor your applications no matter where or how they run. Install the Application Insights SDK NuGet package for ASP.NET Core. Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core This question is in AZ-204: Developing Solutions for Microsoft Azure Exam For getting Microsoft Azure Developer 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