Skip to content

Commit

Permalink
AKS regulated - hubs fixes (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
magrande authored Nov 30, 2021
1 parent 060919e commit 636b223
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
10 changes: 1 addition & 9 deletions networking/hub-region.v0.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,15 +600,7 @@
"workspaceId": "[resourceId('Microsoft.OperationalInsights/workspaces', variables('hubLaName'))]",
"logs": [
{
"category": "AzureFirewallApplicationRule",
"enabled": true
},
{
"category": "AzureFirewallNetworkRule",
"enabled": true
},
{
"category": "AzureFirewallDnsProxy",
"categoryGroup": "allLogs",
"enabled": true
}
],
Expand Down
11 changes: 2 additions & 9 deletions networking/hub-region.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@
}
],
"targetFqdns": [
"objects.githubusercontent.com",
"storage.googleapis.com",
"api.github.com",
"github-releases.githubusercontent.com",
Expand Down Expand Up @@ -823,15 +824,7 @@
"workspaceId": "[resourceId('Microsoft.OperationalInsights/workspaces', variables('hubLaName'))]",
"logs": [
{
"category": "AzureFirewallApplicationRule",
"enabled": true
},
{
"category": "AzureFirewallNetworkRule",
"enabled": true
},
{
"category": "AzureFirewallDnsProxy",
"categoryGroup": "allLogs",
"enabled": true
}
],
Expand Down
11 changes: 2 additions & 9 deletions networking/hub-region.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@
}
],
"targetFqdns": [
"objects.githubusercontent.com",
"storage.googleapis.com",
"api.github.com",
"github-releases.githubusercontent.com",
Expand Down Expand Up @@ -1056,15 +1057,7 @@
"workspaceId": "[resourceId('Microsoft.OperationalInsights/workspaces', variables('hubLaName'))]",
"logs": [
{
"category": "AzureFirewallApplicationRule",
"enabled": true
},
{
"category": "AzureFirewallNetworkRule",
"enabled": true
},
{
"category": "AzureFirewallDnsProxy",
"categoryGroup": "allLogs",
"enabled": true
}
],
Expand Down

0 comments on commit 636b223

Please sign in to comment.