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
An[Azure App Service Environment](https://learn.microsoft.com/en-us/azure/app-service/environment/overview) is an Azure App Service feature that provides a fully isolated and dedicated environment for running App Service apps securely at high scale. This integration helps in monitoring your environments operational events such as upgrades, scaling, and suspensions.
11
+
The[Azure App Service Environment](https://learn.microsoft.com/en-us/azure/app-service/environment/overview) is an Azure App Service feature that provides a fully isolated and dedicated environment for running App Service apps securely at high scale. This integration helps in monitoring your environments operational events such as upgrades, scaling, and suspensions.
12
12
13
-
The below instructions applies to App Service Environment v3.
13
+
:::note
14
+
The below instructions only applies to App Service Environment V3.
15
+
:::
14
16
15
17
## Log and metric types
16
18
17
-
For Azure App Service Environment, you can collect the following logs:
18
-
19
-
-**Activity logs**, provides insight into any subscription-level or management group level events that have occurred in the Azure. To learn more, refer to [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log-schema).
19
+
Below listed logs are collocted for the Azure App Service Environment app:
20
20
21
+
***Activity logs**. Provides insight into any subscription level or management group level events that occurred in the Azure. To learn more, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log-schema).
21
22
***App Service Environment Platform Logs**. Logs are only emitted when your App Service Environment has an event (for example, a scale operation with an App Service Environment) that triggers the logs. To learn more about the different situations and messages collected for Azure App Service Environment, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/app-service/environment/using#logging).
22
23
23
24
## Setup
24
25
25
-
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:
26
-
27
-
* 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/).
26
+
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 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/).
28
27
29
28
You must explicitly enable diagnostic settings for each Azure App Service Environment you want to monitor. 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).
30
29
@@ -34,7 +33,7 @@ When you configure the event hubs source or HTTP source, plan your source catego
34
33
35
34
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 same name, then skip this step.
36
35
37
-
#### Azure Location Extraction FER
36
+
#### Azure location extraction FER
38
37
39
38
```sql
40
39
Rule Name: AzureLocationExtractionFER
@@ -51,7 +50,7 @@ json "location", "properties.resourceLocation", "properties.region" as location,
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
78
+
In this section, you will configure a pipeline for shipping diagnostic logs from the Azure Monitor to an Event Hub.
80
79
81
80
1. To set up the Azure Event Hubs source in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
82
81
2. To create the **Diagnostic setting** in the Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform the below steps for each Azure WebApps that you want to monitor.
@@ -98,15 +97,15 @@ import AppInstall2 from '../../reuse/apps/app-install-v2.md';
98
97
99
98
<AppInstall2/>
100
99
101
-
## Viewing Azure App Service Environment dashboards
100
+
## Viewing the Azure App Service Environment dashboards
102
101
103
102
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
104
103
105
104
<ViewDashboards/>
106
105
107
106
### Overview
108
107
109
-
The **Azure App Service Environment - Overview** dashboard provides comprehensive information of all the service health incidents or resource health events associated with Azure App Service Environments in your azure account.
108
+
The **Azure App Service Environment - Overview** dashboard provides comprehensive details of all the service health incidents or resource health events associated with the Azure App Service Environments in your azure account.
110
109
111
110
Use this dashboard to:
112
111
* View recent resource and service health incidents.
@@ -116,7 +115,7 @@ Use this dashboard to:
116
115
117
116
### Operations
118
117
119
-
The **Azure App Service Environment - Operations** dashboard offers comprehensive insights into the scaling, upgrade events for your Azure App Service Environment.
118
+
The **Azure App Service Environment - Operations** dashboard offers comprehensive insights into the scaling and upgrade events for your Azure App Service Environment.
120
119
121
120
Use this dashboard to:
122
121
* Analyze scaling and upgrade events for your App Service Environment
0 commit comments