AZ-204 · Question #453
Drag and Drop Question 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 correct answer is Create an Application Insights resource; Copy the connection string; Configure the Application Insights SDK in the app. To integrate Application Insights with a web app, you must first create an Application Insights resource in Azure to establish the monitoring endpoint and generate a connection string. You then copy the connection string, which uniquely identifies your Application Insights…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create an Application Insights resource
- Copy the connection string
- Configure the Application Insights SDK in the app
Explanation
To integrate Application Insights with a web app, you must first create an Application Insights resource in Azure to establish the monitoring endpoint and generate a connection string. You then copy the connection string, which uniquely identifies your Application Insights resource and is required for the SDK to route telemetry data correctly. Finally, you configure the Application Insights SDK within the app code using that connection string, enabling the app to send events and telemetry data to the correct Application Insights resource.
Topics
Community Discussion
No community discussion yet for this question.
