Skip to content

Commit 183d934

Browse files
author
Mangesh Sangapu
committed
TOC
1 parent c73e700 commit 183d934

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/app-service/get-resource-events.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: Get Resource Events
2+
title: Get Resource Events in Azure App Service
33
description: Learn how to get resource events through Activity Logs and Event Grid on your App Service app.
44
ms.topic: article
55
ms.date: 04/24/2020
6+
ms.author: msangapu
67

78
---
89
# Get resource events in Azure App Service
910

1011
Azure App Service provides built-in tools to monitor the status and health of your resources. Resource events help you understand any changes that were made to your underlying web app resources and take action as necessary. Event examples include: scaling of instances, updates to application settings, restarting of the web app, and many more. In this article, you'll learn how to view [Azure Activity Logs](https://docs.microsoft.com/azure/azure-monitor/platform/activity-log-view) and enable [Event Grid](https://docs.microsoft.com/azure/event-grid/) to monitor resource events related to your App Service web app.
1112

1213
> [!NOTE]
13-
> App Service integration with Event Grid is in preview.
14+
> App Service integration with Event Grid is in **preview**. [View the announcement for more details.](https://aka.ms/app-service-event-grid-announcement)
1415
>
1516
1617
## View Azure Activity Logs
@@ -23,7 +24,7 @@ Azure Activity Logs for App Service details such as:
2324
- the status of the operation
2425
- property values to help you research the operation
2526

26-
### What can you do with Activity Logs?
27+
### What can you do with Azure Activity Logs?
2728

2829
Azure Activity Logs can be queried using the Azure Portal, PowerShell, REST API, or CLI. You can send the logs to a storage account, Event Hub, and Log Analytics. You can also analyze them in PowerBI or create alerts to stay updated on resource events.
2930

articles/app-service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@
195195
href: web-sites-monitor.md
196196
- name: Enable logs
197197
href: troubleshoot-diagnostic-logs.md
198+
- name: Get resource events
199+
href: get-resource-events.md
198200
- name: Manage app
199201
items:
200202
- name: Manage the hosting plan

0 commit comments

Comments
 (0)