Scenarios/Secure-Baseline/bicep/01-Hub/firewall/afwp-rule-collection-groups-sample-app.jsonc (33 lines of code) (raw):

[ { "name": "<FIREWALL_POLICY_RULE_GROUP_NAME_PLACEHOLDER>", "priority": 200, "ruleCollections": [ { "name": "AllowSampleApp", "priority": 201, "ruleCollectionType": "FirewallPolicyFilterRuleCollection", "action": { "type": "Allow" }, "rules": [ { "name": "AllowRegistries", "ruleType": "ApplicationRule", "protocols": [ { "protocolType": "Https", "port": 443 } ], "sourceAddresses": ["*"], "targetFqdns": [ "mcr.microsoft.com", "*.mcr.microsoft.com" ] } ] } ] } ]