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
See [Monitor Azure Functions](monitor-functions.md) for details on the data you can collect for Azure Functions and how to use it.
41
41
42
42
See [Monitor executions in Azure Functions](functions-monitoring.md) for details on using Application Insights to collect and analyze log data from individual functions in your function app.
<!-- Repeat the following section for each resource type/namespace in your service. -->
48
48
### Supported metrics for Microsoft.Web/sites
49
49
The following table lists the metrics available for the Microsoft.Web/sites resource type. Most of these metrics apply to both FunctionApps and WebApps.
@@ -67,11 +67,11 @@ These metrics are used specifically when [estimating Consumption plan costs](fun
67
67
Aside from Azure Functions specific metrics, the App Service platform implements more metrics, which you can use to monitor function apps. For the complete list, see the [App Service monitoring data reference](/azure/app-service/monitor-app-service-reference#metrics).
<!-- Refer to https://learn.microsoft.com/azure/role-based-access-control/resource-provider-operations and link to the possible operations for your service, using the format - [<Namespace> resource provider operations](/azure/role-based-access-control/resource-provider-operations#<namespace>).
If there are other operations not in the link, list them here in table form. -->
@@ -107,7 +107,7 @@ The following table lists operations related to Azure Functions that may be crea
107
107
You may also find logged operations that relate to the underlying App Service behaviors. For a more complete list, see [Microsoft.Web resource provider operations](/azure/role-based-access-control/resource-provider-operations#microsoftweb).
108
108
109
109
<!-- ## Other schemas. Optional section. Please keep heading in this order. If your service uses other schemas, add the following include and information.
<!-- List other schemas and their usage here. These can be resource logs, alerts, event hub formats, etc. depending on what you think is important. You can put JSON messages, API responses not listed in the REST API docs, and other similar types of info here. -->
<!-- Insights service-specific information. Add brief information about what your Azure Monitor insights provide here. You can refer to another article that gives details or add a screenshot. -->
42
-
Azure Functions offers built-in integration with Application Insights to monitor functions. For more information, see [Monitor Azure Functions with Azure Monitor Application Insights](/azure/azure-monitor/app/monitor-functions).
42
+
Azure Functions offers built-in integration with Application Insights to monitor function executions. For more information, see [Monitor Azure Functions with Azure Monitor Application Insights](/azure/azure-monitor/app/monitor-functions).
<!-- Add service-specific information about storing monitoring data here, if applicable. For example, SQL Server stores other monitoring data in its own databases. -->
- If your service doesn't collect platform metrics, use the following include: [!INCLUDE [horz-monitor-no-platform-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-no-platform-metrics.md)]
54
+
- If your service doesn't collect platform metrics, use the following include: [!INCLUDE [horz-monitor-no-platform-metrics](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-no-platform-metrics.md)]
55
55
- If your service collects platform metrics, add the following include, statement, and service-specific information as appropriate. -->
- If your service doesn't collect resource logs, use the following include [!INCLUDE [horz-monitor-no-resource-logs](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-no-resource-logs.md)]
81
+
- If your service doesn't collect resource logs, use the following include [!INCLUDE [horz-monitor-no-resource-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-no-resource-logs.md)]
82
82
- If your service collects resource logs, add the following include, statement, and service-specific information as appropriate. -->
For the available resource log categories, their associated Log Analytics tables, and the logs schemas for Azure Functions, see [Azure Functions monitoring data reference](monitor-functions-reference.md#resource-logs).
85
85
<!-- Resource logs service-specific information. Add service-specific information about your resource logs here.
86
86
NOTE: Azure Monitor already has general information on how to configure and route resource logs. See https://learn.microsoft.com/azure/azure-monitor/platform/diagnostic-settings. Ideally, don't repeat that information here. You can provide a single screenshot of the diagnostic settings portal experience if you want. -->
87
87
88
88
<!-- ## Activity log. Required section. Optionally, add service-specific information about your activity log after the include. -->
<!-- Add any service-specific advisor recommendations or screenshots here. -->
177
177
178
178
<!-- ALERTS SECTION END -------------------------------------->
@@ -182,9 +182,9 @@ The following table lists common and recommended alert rules for Azure Functions
182
182
183
183
For more information about monitoring Azure Functions, see the following articles:
184
184
185
-
-[Monitor executions in Azure Functions](functions-monitoring.md) details how to monitor a function app.
186
185
-[Azure Functions monitoring data reference](monitor-functions-reference.md) provides a reference of the metrics, logs, and other important values created by your function app.
187
186
-[Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) gives general details about monitoring Azure resources.
188
-
-[How to configure monitoring for Azure Functions](configure-monitoring.md) describes how to configure monitoring for Azure Functions.
187
+
-[Monitor executions in Azure Functions](functions-monitoring.md) details how to monitor a function app.
188
+
-[How to configure monitoring for Azure Functions](configure-monitoring.md) describes how to configure monitoring.
189
189
-[Analyze Azure Functions telemetry in Application Insights](analyze-telemetry-data.md) describes how to view and query the data being collected from a function app.
190
190
-[Monitor Azure Functions with Azure Monitor Logs](functions-monitor-log-analytics.md) shows you how to configure Azure Functions to send logs to Azure Monitor Logs.
0 commit comments