You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reference applies to the use of Azure Monitor for monitoring App Service. See [Monitoring App Service](monitor-app-service.md) for details on collecting and analyzing monitoring data for App Service.
16
+
See [Monitor Azure App Service](monitor-app-service.md) for details on the data you can collect for Azure App Service and how to use it.
| App Service Environment | [Microsoft.Web/hostingEnvironments](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-metrics)
32
+
| App Service Environment Front-end | [Microsoft.Web/hostingEnvironments/multiRolePools](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-multirolepools-metrics)
33
+
| App Service Environment Worker Pools | [Microsoft.Web/hostingEnvironments/workerPools](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-workerpools-metrics)
34
+
35
+
>[!NOTE]
36
+
>Azure App Service, Functions, and Logic Apps share the Microsoft.Web/sites namespace dating back to when they were a single service. Refer to the **Metric** column in the [Microsoft.Web/sites](/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics) table to see which metrics apply to which services. The **Metrics** interface in the Azure portal for each service shows only the metrics that apply to that service.
37
+
38
+
>[!NOTE]
39
+
>App Service Plan metrics are available only for plans in *Basic*, *Standard*, and *Premium* tiers.
For more information, see a list of [all platform metrics supported in Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
44
+
Some metrics in the following namespaces have the listed dimensions:
30
45
46
+
**Microsoft.Web/sites**
31
47
32
-
## Metric Dimensions
48
+
- Instance
49
+
- workflowName
50
+
- status
51
+
- accountName
33
52
34
-
For more information on what metric dimensions are, see [Multi-dimensional metrics](../azure-monitor/essentials/data-platform-metrics.md#multi-dimensional-metrics).
53
+
**Microsoft.Web/containerapps**
35
54
36
-
App Service doesn't have any metrics that contain dimensions.
Azure App Service uses Kusto tables from Azure Monitor Logs. You can query these tables with Log analytics. For a list of App Service tables used by Kusto, see the [Azure Monitor Logs table reference - App Service tables](/azure/azure-monitor/reference/tables/tables-resourcetype#app-services).
The following table lists common operations related to App Service that may be created in the Activity log. This is not an exhaustive list.
114
+
The following table lists common activity log operations related to App Service. This list isn't exhaustive. For all Microsoft.Web resource provider operations, see [Microsoft.Web resource provider operations](/azure/role-based-access-control/resource-provider-operations#microsoftweb).
65
115
66
116
| Operation | Description |
67
117
|:---|:---|
@@ -83,9 +133,7 @@ The following table lists common operations related to App Service that may be c
83
133
|Get Zipped Container Logs for Web App| Get container logs |
84
134
|Restore Web App From Backup Blob| App restored from backup|
85
135
86
-
For more information on the schema of Activity Log entries, see [Activity Log schema](../azure-monitor/essentials/activity-log-schema.md).
87
-
88
-
## See Also
136
+
## Related content
89
137
90
-
- See [Monitoring Azure App Service](monitor-app-service.md) for a description of monitoring Azure App Service.
91
-
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
138
+
- See [Monitor App Service](monitor-app-service.md) for a description of monitoring App Service.
139
+
- See [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.
0 commit comments