Skip to content

Commit b12cff1

Browse files
committed
resolved pr comments
1 parent 36d3a4a commit b12cff1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ You must explicitly enable diagnostic settings for each Azure App Service Enviro
3030

3131
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/AppServiceEnvironment/Logs`, `Azure/AppServiceEnvironment/Metrics`.
3232

33+
### Configure field in field schema
34+
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**.
35+
1. Search for following fields:
36+
- `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).
37+
- `location`. The region to which the resource name belongs to.
38+
- `subscription_id`. ID associated with a subscription where resource is present.
39+
- `resource_group`. The resource group name where the Azure resource is present.
40+
- `provider_name`. Azure resource provider name (for example, Microsoft.WEB).
41+
- `resource_type`. Azure resource type (for example, SITES).
42+
- `resource_name`. The name of the resource (for example, Azure Function App name).
43+
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
44+
3345
### Configure Field Extraction Rules
3446

3547
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.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{"time":"2024-11-25T11:47:06.5303397Z","Category":"AppServiceEnvironmentPlatformLogs","Location":"East US","ResourceId":"/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/hostingEnvironments/ASE-ext-test","OperationName":"Microsoft.Web/serverfarms/upgrade","ResultType":"Started","ResultDescription":"A server farm (/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/serverfarms/asp-test-ext-1) has begun upgrading. Desired state: 1 I1v2 workers","Level":4}
2+
{"time":"2024-11-25T11:47:06.5303397Z","Category":"AppServiceEnvironmentPlatformLogs","Location":"East US","ResourceId":"/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/hostingEnvironments/ASE-ext-test","OperationName":"Microsoft.Web/serverfarms/upgrade","ResultType":"Succeeded","ResultDescription":"A server farm (/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/serverfarms/asp-test-ext-1) has been upgraded. Desired state: 1 I1v2 workers","Level":4}
3+
{"time":"2024-11-25T11:47:06.5303397Z","Category":"AppServiceEnvironmentPlatformLogs","Location":"East US","ResourceId":"/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/hostingEnvironments/ASE-ext-test","OperationName":"Microsoft.Web/serverfarms/upgrade","ResultType":"Failed","ResultDescription":"A server farm (/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/serverfarms/asp-test-ext-1) has failed to upgrade. Desired state: 1 I1v2 workers","Level":4}
4+
{"time":"2024-11-25T11:47:06.5303397Z","Category":"AppServiceEnvironmentPlatformLogs","Location":"East US","ResourceId":"/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/hostingEnvironments/ASE-ext-test","OperationName":"Microsoft.Web/serverfarms/scale","ResultType":"Failed","ResultDescription":"A server farm (/subscriptions/c088dc46-d692-42ad-a4b6-9a542d28ad2a/resourceGroups/AppServiceEnvV3_group/providers/Microsoft.Web/serverfarms/asp-test-ext-1) has failed to scale. Desired state: 1 I1v2 workers","Level":4}

0 commit comments

Comments
 (0)