Skip to content

Commit d45c912

Browse files
authored
Merge pull request #114966 from msangapu-msft/patch-17
Link to schema
2 parents d51b81d + f177d75 commit d45c912

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

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

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,7 @@ While Activity logs are user-based, there's a new [Event Grid](https://docs.micr
3636

3737
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.
3838

39-
### Supported Event Types
40-
| Event Type |Description|
41-
| -----------| ------------- |
42-
| Microsoft.web/sites | (Webapp) |
43-
| BackupOperationCompleted |Backup of the webapp completed successfully|
44-
| BackupOperationFailed | Backup of the webapp failed|
45-
| RestoreOperationStarted |Restore from backup has started|
46-
| RestoreOperationCompleted |Restore from backup completed successfully|
47-
| RestoreOperationFailed |Restore from backup failed|
48-
| SlotSwapStarted |Slot swap has started|
49-
| SlotSwapCompleted |Slot swap completed successfully|
50-
| SlotSwapFailed |Slot swap failed|
51-
| SlotSwapWithPreviewStarted |Slot swap with preview has started|
52-
| SlotSwapWithPreviewCancelled |Slot swap with preview failed|
53-
| AppUpdated | |
54-
| Restarted | The webapp was restarted |
55-
| Stopped | The webapp was stopped |
56-
| ChangedAppSettings | App settings on the webapp were changed |
57-
| - | - |
58-
| Microsoft.web/serverfarms | (App Service Plan) |
59-
| AspUpdated | The app service plan was updated. The event object contains details on the properties that were changed. |
60-
| Scale up/down | The app service plan scaled up or down. The event object contains the instance count.|
61-
39+
[View the properties and schema for Azure App Service Events.](https://docs.microsoft.com/azure/event-grid/event-schema-app-service)
6240

6341
## <a name="nextsteps"></a> Next steps
6442
* [Query logs with Azure Monitor](../azure-monitor/log-query/log-query-overview.md)

0 commit comments

Comments
 (0)