Skip to content

Commit 46f87c9

Browse files
committed
Add redirects
1 parent 56b21f7 commit 46f87c9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.openpublishing.redirection.app-service.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,6 +1850,16 @@
18501850
"redirect_url": "/azure/app-service/scripts/powershell-scale-manual",
18511851
"redirect_document_id": false
18521852
},
1853+
{
1854+
"source_path_from_root": "/articles/app-service/get-resource-events.md",
1855+
"redirect_url": "/azure/app-service/monitor-app-service",
1856+
"redirect_document_id": false
1857+
},
1858+
{
1859+
"source_path_from_root": "/articles/app-service/overview-monitoring.md",
1860+
"redirect_url": "/azure/app-service/monitor-app-service",
1861+
"redirect_document_id": false
1862+
},
18531863
{
18541864
"source_path_from_root": "/articles/app-service/app-service-security-attributes.md",
18551865
"redirect_url": "/azure/app-service/security-baseline",

articles/app-service/monitor-app-service.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table lists monitoring methods to use for different scenarios.
3333
|I want to monitor application performance and usage | (Azure Monitor) [Application Insights](monitor-app-service.md#application-insights)|
3434
|I want to monitor built-in logs for testing and development|[Log stream](troubleshoot-diagnostic-logs.md#stream-logs)|
3535
|I want to monitor resource limits and configure alerts|[Quotas and alerts](web-sites-monitor.md)|
36-
|I want to monitor web app resource events|[Activity Logs](get-resource-events.md#view-azure-activity-logs)|
36+
|I want to monitor web app resource events|[Activity logs](#activity-log)|
3737
|I want to monitor metrics visually|[Metrics](web-sites-monitor.md#metrics-granularity-and-retention-policy)|
3838

3939
## Diagnostic Settings (via Azure Monitor)
@@ -67,8 +67,21 @@ For the available resource log categories, their associated Log Analytics tables
6767

6868
[!INCLUDE [audit log categories tip](../azure-monitor/includes/azure-monitor-log-category-groups-tip.md)]
6969

70+
<a name="activity-log"></a>
7071
[!INCLUDE [horz-monitor-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
7172

73+
### Azure activity logs for App Service
74+
75+
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+
7285
### Ship activity logs to Event Grid
7386

7487
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

Comments
 (0)