Skip to content

Commit 5dbfa43

Browse files
committed
Add microsoft.com to allowed email domains for Azure Monitor policies
1 parent 46dcb1a commit 5dbfa43

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

policyAssignments/dev/pa-d-monitor.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"MON-001_allowedEmailDomains": {
1616
"value": [
17-
"contoso.com"
17+
"contoso.com",
18+
"microsoft.com"
1819
]
1920
},
2021
"MON-002_Effect": {

policyAssignments/prod/pa-p-monitor.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"MON-001_allowedEmailDomains": {
1616
"value": [
17-
"contoso.com"
17+
"contoso.com",
18+
"microsoft.com"
1819
]
1920
},
2021
"MON-002_Effect": {

0 commit comments

Comments
 (0)