Create an Application Insights Resource
Explore the process of creating an Application Insights resource in the Azure portal to enable logging for your Python REST API. Learn to install and configure the necessary Python package to connect and send logs from your API to Azure for monitoring and analysis.
We'll cover the following...
We'll cover the following...
Create an application insights resource
Before moving to the core, let us first create the resource, and then use this resource to log some data from our API.
Explanation
-
Step 1: Go to the Azure Portal, and search the Application Insights service. Click the one in the marketplace section to create a new ...