Skip to content

Commit fd3c18f

Browse files
authored
Update azure-app-service-environment.md
1 parent 1930c41 commit fd3c18f

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

docs/integrations/microsoft-azure/azure-app-service-environment.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,22 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88

99
<img src={useBaseUrl('img/integrations/microsoft-azure/azure-app-service-environment.png')} alt="Thumbnail icon" width="50"/>
1010

11-
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.
1212

13-
The below instructions applies to App Service Environment v3.
13+
:::note
14+
The below instructions only applies to App Service Environment V3.
15+
:::
1416

1517
## Log and metric types
1618

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:
2020

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).
2122
* **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).
2223

2324
## Setup
2425

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/).
2827

2928
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).
3029

@@ -34,7 +33,7 @@ When you configure the event hubs source or HTTP source, plan your source catego
3433

3534
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.
3635

37-
#### Azure Location Extraction FER
36+
#### Azure location extraction FER
3837

3938
```sql
4039
Rule Name: AzureLocationExtractionFER
@@ -51,7 +50,7 @@ json "location", "properties.resourceLocation", "properties.region" as location,
5150
| fields location
5251
```
5352

54-
#### Resource ID Extraction FER
53+
#### Resource ID extraction FER
5554

5655
```sql
5756
Rule Name: AzureResourceIdExtractionFER
@@ -76,7 +75,7 @@ json "resourceId", "ResourceId" as resourceId1, resourceId2 nodrop
7675

7776
#### Diagnostic logs
7877

79-
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.
8079

8180
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/).
8281
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';
9897

9998
<AppInstall2/>
10099

101-
## Viewing Azure App Service Environment dashboards
100+
## Viewing the Azure App Service Environment dashboards
102101

103102
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
104103

105104
<ViewDashboards/>
106105

107106
### Overview
108107

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.
110109

111110
Use this dashboard to:
112111
* View recent resource and service health incidents.
@@ -116,7 +115,7 @@ Use this dashboard to:
116115

117116
### Operations
118117

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.
120119

121120
Use this dashboard to:
122121
* Analyze scaling and upgrade events for your App Service Environment

0 commit comments

Comments
 (0)