You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a reference implementation (that has collections defined for signatureOverrides and bypassTrafficSettings that I presume we can leave empty for now):
Just wanted to add that there is also currently a bug in the FFX portal preventing users from manually doing this in the portal. So currently only option is set at deployment or script afterwards.
Benefit/Result/Outcome
To get closer to SCCA compliance, the Azure Firewall Premium SKU has Intrusion Detection that we can turn on by default.
Description
Update the firewall policy resource to turn on Intrusion Detection defaulted to
Alert
:missionlz/src/bicep/modules/firewall.bicep
Lines 24 to 34 in 9a3529b
This can be enabled by defining a
firewallPolicyIntrusionDetection
property on the Azure Firewall Policy resource:https://docs.microsoft.com/en-us/azure/templates/microsoft.network/firewallpolicies?tabs=bicep#firewallpolicyintrusiondetection
Here's a reference implementation (that has collections defined for
signatureOverrides
andbypassTrafficSettings
that I presume we can leave empty for now):https://github.com/Azure/azure-quickstart-templates/blob/c4e7342e0046ea4fe120749514b54f37daf05dce/quickstarts/microsoft.network/azurefirewall-premium/azuredeploy.json#L333-L361
Acceptance Criteria
Alert
The text was updated successfully, but these errors were encountered: