Skip to content

Commit bc75bb2

Browse files
committed
Add logging section
1 parent f3dfd6e commit bc75bb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/app-service/overview-access-restrictions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Access restrictions
33
description: This article provides an overview of the access restriction features in App Service
44
author: madsd
55
ms.topic: overview
6-
ms.date: 09/01/2022
6+
ms.date: 03/01/2024
77
ms.author: madsd
88
ms.custom: UpdateFrequency3
99
---
@@ -96,6 +96,10 @@ Some use cases for http header filtering are:
9696
* Restrict access to traffic from proxy servers forwarding the host name
9797
* Restrict access to a specific Azure Front Door instance with a service tag rule and X-Azure-FDID header restriction
9898

99+
## Diagnostic logging
100+
101+
App Service provides the ability to [send various logging categories to Azure Monitor](./troubleshoot-diagnostic-logs.md#send-logs-to-azure-monitor). One of those categories is called *IPSecurity Audit logs* and represent the activities in access restrictions. All requests that match a rule (except the unmatched rule), both allow and deny, will be logged and can be used to validate configuration of access restrictions. The logging capability is also a powerful tool when troubleshooting rules configuration.
102+
99103
## Advanced use cases
100104

101105
Combining the above features allow you to solve some specific use cases that are described in the following sections.

0 commit comments

Comments
 (0)