Skip to content

Commit c73e700

Browse files
author
Mangesh Sangapu
committed
Table fix
1 parent ba493f9 commit c73e700

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/24/2020
77
---
88
# Get resource events in Azure App Service
99

10-
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.
10+
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.
1111

1212
> [!NOTE]
1313
> App Service integration with Event Grid is in preview.
@@ -36,8 +36,9 @@ While Activity logs are user-based, there's a new [Event Grid](https://docs.micr
3636
Alternatively, you can use Event Grid with Logic Apps to process data anywhere, without writing code. Event Grid connects data sources and event handlers. For example, use Event Grid to instantly trigger a serverless function to run image analysis each time a new photo is added to a blob storage container.
3737

3838
### Supported Event Types
39-
|Event Type|Description|
40-
|Microsoft.web/sites|(Webapp)|
39+
| Event Type |Description|
40+
| -----------| ------------- |
41+
| Microsoft.web/sites | (Webapp) |
4142
| BackupOperationCompleted |Backup of the webapp completed successfully|
4243
| BackupOperationFailed | Backup of the webapp failed|
4344
| RestoreOperationStarted |Restore from backup has started|

0 commit comments

Comments
 (0)