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
Copy file name to clipboardExpand all lines: docs/integrations/microsoft-azure/azure-functions.md
+45-91Lines changed: 45 additions & 91 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To learn more about configuring monitoring for Azure functions, refer to the [Az
23
23
***Activity logs**. Provides insight into any subscription-level or management group level events that have occurred in Azure. To learn more, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log-schema).
24
24
25
25
***Azure Functions specific metrics**. These are metrics specific to Functions like execution count and execution units.
26
-
For more information on supported metrics, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-reference#azure-functions-specific-metrics).
26
+
For more information on supported metrics, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-reference#azure-functions-specific-metrics).
27
27
***General App Service metrics**. Metrics which App Service platform implements. These metrics are available in the `Microsoft.Web/sites` namespace. For more information on supported metrics, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/app-service/web-sites-monitor#understand-metrics).
Azure service sends monitoring data to Azure Monitor, which can then [stream data to Eventhub](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/stream-monitoring-data-event-hubs). Sumo Logic supports:
38
38
39
39
* Logs collection from [Azure Monitor](https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-get-started) using our [Azure Event Hubs source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
40
-
* Metrics collection using our [HTTP Logs and Metrics source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/) via Azure Functions deployed using the ARM template.
40
+
* Metrics collection using our [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
41
41
42
42
You must explicitly enable diagnostic settings for each Azure Functions you want to monitor. Diagnostic Settings are not supported for function apps running on version 1.x. You can forward logs to the same Event Hub provided they satisfy the limitations and permissions as described [here](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal#destination-limitations).
43
43
44
44
When you configure the event hubs source or HTTP source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/FunctionApp/Logs`, `Azure/FunctionApp/Metrics`.
45
45
46
-
### Configure field in field schema
47
-
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Fields**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Logs** select **Fields**. You can also click the **Go To...** menu at the top of the screen and select **Fields**.
48
-
1. Search for the following fields:
49
-
-`tenant_name`. This field is tagged at the collector level and you can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
50
-
-`location`. The region to which the resource name belongs.
51
-
-`subscription_id`. ID associated with a subscription where the resource is present.
52
-
-`resource_group`. The resource group name where the Azure resource is present.
53
-
-`provider_name`. Azure resource provider name (for example, Microsoft.WEB).
54
-
-`resource_type`. Azure resource type (for example, SITES).
55
-
-`resource_name`. The name of the resource (for example, Azure Function App name).
56
-
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
57
-
58
-
### Configure Field Extraction Rules
59
-
60
-
Create a Field Extraction Rule (FER) by following the instructions [here](/docs/manage/field-extractions/create-field-extraction-rule/). If the FER already exists with the same name, then skip this step.
In this section, you will configure a pipeline for shipping metrics from Azure Monitor to an Event Hub, onto an Azure Function, and finally to an HTTP Source on a hosted collector in Sumo Logic.
127
-
128
-
1. Create a hosted collector and tag the `tenant_name` field. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name). <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Tag Tenant Name" style={{border: '1px solid gray'}} width="500" />
129
-
1. [Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
130
-
1. [Configure and deploy the ARM Template](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-2-configure-azure-resources-using-arm-template).
131
-
1. [Export metrics to Event Hub](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-3-export-metrics-for-a-particular-resource-to-event-hub). Perform the steps below for each Azure Functions that you want to monitor.
132
-
1. Choose `Stream to an event hub` as the destination.
133
-
1. Select `AllMetrics`.
134
-
1. Use the Event Hub namespace created by the ARM template in Step 2 above. You can create a new Event Hub or use the one created by the ARM template. You can use the default policy `RootManageSharedAccessKey` as the policy name.
135
-
4. Tag the location field in the source with the right location value.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Functions app Tag Location" style={{border: '1px solid gray'}} width="400" />
48
+
To set up the Azure Metrics source in Sumo Logic, refer to [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
136
49
137
50
### Configure logs collection
138
51
@@ -177,6 +90,18 @@ import AppInstall2 from '../../reuse/apps/app-install-v2.md';
177
90
178
91
<AppInstall2/>
179
92
93
+
As part of the app installation process, the following fields will be created by default:
94
+
95
+
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
96
+
-`location`. The region to which the resource name belongs to.
97
+
-`subscription_id`. ID associated with a subscription where the resource is present.
98
+
-`resource_group`. The resource group name where the Azure resource is present.
99
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
100
+
-`resource_type`. Azure resource type (for example, storage accounts).
101
+
-`resource_name`. The name of the resource (for example, storage account name).
102
+
-`service_type`. Type of the service that can be accessed with a Azure resource.
103
+
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances service is Subscriptions).
104
+
180
105
## Viewing the Azure Functions dashboards
181
106
182
107
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
@@ -295,7 +220,7 @@ Use this dashboard to:
295
220
296
221
### Administrative Operations
297
222
298
-
The **Azure SQL - Administrative Operations** dashboard provides details on read/write/delete specific changes, different operations used, the top 10 operations that caused the most errors, and users performing admin operations.
223
+
The **Azure Functions - Administrative Operations** dashboard provides details on read/write/delete specific changes, different operations used, the top 10 operations that caused the most errors, and users performing admin operations.
299
224
300
225
Use this dashboard to:
301
226
* Identify top users performing administrative operations.
|`Azure Functions - Average Response Time`| This alert gets triggered when there is high response time detected in any Azure Function. | Count < 1 | Count >= 1 |
255
+
|`Azure Functions - Delete function app`| This alert gets triggered when a function app is deleted. | Count >= 1 | Count < 1 |
256
+
|`Azure Functions - Health Check Status`| This alert gets triggered when there is Health Check Status average drops less than 100. | Count < 100 | Count >= 100 |
257
+
|`Azure Functions - Http 4xx Error`| This alert gets triggered when HTTP 4xx errors are high in the Azure Functions. | Count > 25 | Count =< 25 |
258
+
|`Azure Functions - Https Server Error`| This alert gets triggered when HTTP 5xx errors are high in the Azure Functions. | Count > 25 | Count =< 25 |
259
+
260
+
307
261
## Upgrade/Downgrade the Azure Functions app (Optional)
308
262
309
263
import AppUpdate from '../../reuse/apps/app-update.md';
0 commit comments