Hello omy,
Hope you are doing well today!
To enable Application Insights for a web app in Azure, follow these steps:
- Go to the Azure portal and select the web app for which you want to enable Application Insights.
- Locate the "Application Insights" section in the web app resource.
- If Application Insights is not already enabled, click "New" to create a new instance.
- Fill in the required information, such as the name, location, and resource group.
- Click "Create" to complete the setup process.
Once enabled, Application Insights will start collecting telemetry data, such as request and response information, performance metrics, and application logs, to monitor the health and performance of your web app and help diagnose and resolve issues. You can access the collected data in the Azure portal or through the Application Insights REST API.
Regards,
Umang Middha