You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure activity logs for App Service include details such as:
76
+
77
+
- What operations were taken on the resources (ex: App Service Plans)
78
+
- Who started the operation
79
+
- When the operation occurred
80
+
- Status of the operation
81
+
- Property values to help you research the operation
82
+
83
+
Azure activity logs can be queried using the Azure portal, PowerShell, REST API, or CLI.
84
+
72
85
### Ship activity logs to Event Grid
73
86
74
87
While activity logs are user-based, there's a new [Azure Event Grid](../event-grid/index.yml) integration with App Service (preview) that logs both user actions and automated events. With Event Grid, you can configure a handler to react to the said events. 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.
0 commit comments