-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolicySettings.json
38 lines (37 loc) · 933 Bytes
/
policySettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"name": "fwpolicy",
"childPolicies": [
"/subscriptions/4d0765d1-ab75-4420-b750-2fafe654e5a9/resourcegroups/firewall/providers/Microsoft.Network/firewallPolicies/sub-fwpolicy"
],
"ruleCollectionGroups": {
"id": "/subscriptions/4d0765d1-ab75-4420-b750-2fafe654e5a9/resourceGroups/firewall/providers/Microsoft.Network/firewallPolicies/fwpolicy/ruleCollectionGroups/rulecollgroup",
"name": "fwpolicy/rulecollgroup",
"priority": 100,
"ruleCollections": [
{
"name": "app-rulecoll",
"priority": 500,
"action": {
"type": "Allow"
}
},
{
"name": "net-rulecoll",
"priority": 200,
"action": {
"type": "Allow"
}
}
]
}
},
{
"name": "sub-fwpolicy",
"childPolicies": [
null
],
"ruleCollectionGroups": [
]
}
]