Skip to content

Commit ee1e2b6

Browse files
authored
Merge pull request #100728 from shabaz-github/patch-1
Adding two more Built-in Policy definitions
2 parents f417219 + 9d60311 commit ee1e2b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/web-application-firewall/shared/waf-azure-policy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ There are several built-in Azure Policy definitions to manage WAF resources. A b
2525

2626
4. **Web Application Firewall (WAF) should use the specified mode for Application Gateway**: Mandates the use of 'Detection' or 'Prevention' mode to be active on all Web Application Firewall policies for Application Gateway. The policy definition has three effects: Audit, Deny, and Disable. Audit tracks when a WAF does not fit the specified mode. Deny prevents any WAF from being created if it is not in the correct mode. Disabled turns off the policy assignment.
2727

28+
5. **Azure Application Gateway should have Resource logs enabled**: Mandates the enabling of Resource logs and Metrics on all Application Gateways, including WAF. The policy definition has two effects: AuditIfNotExists and Disable. AuditIfNotExists tracks when an Application Gateway does not have resource logs, metrics enabled and notifies the user that the Application Gateway does not comply. Disabled turns off the policy assignment.
29+
30+
6. **Azure Front Door should have Resource logs enabled**: Mandates the enabling of Resource logs and Metrics on Azure Front Door Service, including WAF. The policy definition has two effects: AuditIfNotExists and Disable. AuditIfNotExists tracks when a Front Door service does not have resource logs, metrics enabled and notifies the user that the service does not comply. Disabled turns off the policy assignment.
31+
2832
## Launch an Azure Policy
2933

3034
1. On the Azure home page, type Policy in the search bar and click the Azure Policy icon

0 commit comments

Comments
 (0)