Skip to content

Commit e811562

Browse files
committed
Rob review comments
1 parent e3e4139 commit e811562

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/azure-functions/monitor-functions-reference.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ Azure Functions uses Kusto tables from Azure Monitor Logs. You can query the [Fu
5858

5959
## Activity log
6060

61-
The following table lists the operations related to Azure Functions that may be created in the Activity log.
61+
The following table lists the operations related to Azure Functions that may be created in the Activity log.
6262

6363
| Operation | Description |
6464
|:---|:---|
65-
|List Web Apps Functions Keys | Return the [keys for the function]functions-bindings-http-webhook-trigger.md#authorization-keys.|
66-
|List Web Apps Functions Host Keys | Return the [host keys for the function app]functions-bindings-http-webhook-trigger.md#authorization-keys.|
67-
|Start Web App| Function app started. |
68-
|Stop Web App| Function app stopped.|
69-
|Sync Web Apps Function Triggers | [Sync triggers](functions-deployment-technologies.md#trigger-syncing) operation.|
70-
|Update website| Change a function app setting, such as runtime version or enable remote debugging.|
65+
|Microsoft.web/sites/functions/listkeys/action | Return the [keys for the function]functions-bindings-http-webhook-trigger.md#authorization-keys.|
66+
|Microsoft.Web/sites/host/listkeys/action | Return the [host keys for the function app]functions-bindings-http-webhook-trigger.md#authorization-keys.|
67+
|Microsoft.Web/sites/host/sync/action | [Sync triggers](functions-deployment-technologies.md#trigger-syncing) operation.|
68+
|Microsoft.Web/sites/start/action| Function app started. |
69+
|Microsoft.Web/sites/stop/action| Function app stopped.|
70+
|Microsoft.Web/sites/write| Change a function app setting, such as runtime version or enable remote debugging.|
7171

72-
You may also find logged operations that relate to the underlying App Service behaviors. For more information, see the [Monitoring App Service reference](../app-service/monitor-app-service-reference.md#activity-log).
72+
You may also find logged operations that relate to the underlying App Service behaviors. For a more complete list, see [Resource Provider Operations](/azure/role-based-access-control/resource-provider-operations#microsoftweb).
7373

7474
For more information on the schema of Activity Log entries, see [Activity Log schema](../azure-monitor/essentials/activity-log-schema.md).
7575

7676
## See Also
7777

78-
- See [Monitoring Azure Functions](monitor-functions.md) for a description of monitoring Azure Functions.
79-
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
78+
* See [Monitoring Azure Functions](monitor-functions.md) for a description of monitoring Azure Functions.
79+
* See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.

0 commit comments

Comments
 (0)