Azure App Services¶
Microsoft Azure App Services allows you to quickly build, deploy, and scale Web apps and APIs on your terms.
Installed Datasets¶
Azure/App Service
Azure/App Service App Dependencies
Azure/App Service App Requests
Azure/App Service Events
Azure/App Service Exceptions
Azure/App Service Logs
Azure/App Service Metrics
Azure/App Service Operations
Azure/App Service Traces
Azure/Application Insights
Viewing Azure App Services in Observe¶
By default, Observe provides the following dashboards:
Azure App Services¶
The Azure App Services dashboards provide a high-level overview of your Azure App Service. From the dashboards, you can answer questions such as the following:
What is the execution time for my app?
What are the HTTP response codes for my app?
How often is my app executing?
Figure 1 - The Monitoring dashboard for Azure App Services
Once you find an Azure App Service of interest, you can select it from the honeycomb at the top of the dashboard and then click Open to go to the instance view of the Azure App Service. Here you can find more detailed information including the following:
What are my slowest requests or dependencies?
What requests fail on my app?
Figure 2 - Instance view dashboard for the Azure App Services
In addition to pre-defined metrics, use the Metrics Explorer graph at the bottom of the dashboard to visualize any metric related to an Azure App Service.
Figure 3 - The Metric Explorer from the dashboard for Azure App Service instances
If you find a request that you want to explore further, you can double-click the Azure App Service Operation ID from the table and go to the detailed view of the operation. It provides you with a Gantt view of all of the requests or dependencies that make up the operation as well as any associated events and traces.
Figure 4 - App Service operation dashboard with waterfall view
Click on any of the requests or dependencies in the chart to expose a side panel that provides the details related to that request or operation.
Figure 5 - Request/dependency detail view in Operation dashboard
Azure App Service Operations Search¶
The Azure App Service Operations Search dashboard provides insights into operations for the Azure Function app. From here, you can collect answers to the following questions:
What is my average operation duration?
How many requests is my App receiving?
How much many errors is my App generating?
What are my slowest operations?
Figure 6 - App Service operation search dashboard
If you find a request you want to explore further, you can double-click the Azure App Service Operation ID from the table and go to the detailed view of the operation. It provides you with a Gantt view of all of the requests or dependencies that make up the operation as well as any associated events and traces.
Figure 7 - App Service operation dashboard with waterfall view
Clicking any of the requests or dependencies in the chart exposes a side panel that provides all of the details related to that request or operation.
Figure 8 - A Request/dependency detail view in Operation dashboard
Installing the Azure Functions App¶
To install the Azure App Services app, see Microsoft Azure Setup.
Azure Functions Metrics¶
To learn more about Azure Functions Metrics, see Monitoring Azure App Services data reference.