AZ-400 · Question #126
SIMULATION You need to create an instance of Azure Application Insights named az400-9940427-main and configure the instance to receive telemetry data from an Azure web app named az400-9940427- main. T
The correct approach follows the two-phase setup required to integrate Application Insights with an Azure web app: first provisioning the Application Insights resource in the Azure portal with the correct name (az400-9940427-main), then connecting the web app to that resource by
Question
Exhibit
Explanation
The correct approach follows the two-phase setup required to integrate Application Insights with an Azure web app: first provisioning the Application Insights resource in the Azure portal with the correct name (az400-9940427-main), then connecting the web app to that resource by adding the Application Insights SDK via Visual Studio and linking it to the existing resource. This ensures telemetry data flows from the web app to the Application Insights instance by registering the correct instrumentation key/connection string. The process correctly uses the 'Existing resource' option to bind the pre-created Application Insights instance rather than creating a new one during SDK setup.
Topics
Community Discussion
No community discussion yet for this question.
