Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaz-github authored Feb 7, 2025
1 parent 619ff09 commit cc9f557
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## Audit Azure Firewall Policies with Explicit Proxy and PAC File

# Overview
This custom Azure policy ensures that if Explicit Proxy is enabled, the PAC File must also be enabled.

# Policy Details
### Policy Details
Display Name: Audit Azure Firewall Policies with Explicit Proxy and PAC File
Version: 1.0.0
Category: Network
Expand All @@ -12,5 +10,5 @@ Effect: Enable or disable the policy (Allowed Values: Audit, Disabled; Default:
Policy Rule
Checks if explicitProxy.enableExplicitProxy is true and explicitProxy.enablePacFile is not true. If both conditions are met, the policy applies the specified effect.

# Usage
### Usage
Assign this policy to your Azure subscription or resource group and configure the Effect parameter as needed.

0 comments on commit cc9f557

Please sign in to comment.