Skip to content

Commit 068a4bf

Browse files
authored
Add AzureActiveDirectory to allowed service tags for NSG policies (#9)
1 parent 53355fb commit 068a4bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

policyAssignments/dev/pa-d-nsg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Sql",
4747
"Storage",
4848
"EventHub",
49+
"AzureActiveDirectory",
4950
"*"
5051
]
5152
}

policyAssignments/prod/pa-p-nsg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Sql",
4747
"Storage",
4848
"EventHub",
49+
"AzureActiveDirectory",
4950
"*"
5051
]
5152
}

0 commit comments

Comments
 (0)