Skip to content

Commit 62911ca

Browse files
authored
Merge pull request #3601 from kris6673/entra-alert
FEAT: Add alert for Entra ID license over-utilization
2 parents 354e73d + e7e54fd commit 62911ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/data/alerts.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@
8181
"label": "Alert on overused licenses",
8282
"recommendedRunInterval": "7d"
8383
},
84+
{
85+
"name": "EntraLicenseUtilization",
86+
"label": "Alert on Entra ID P1/P2 license over-utilization",
87+
"recommendedRunInterval": "7d",
88+
"requiresInput": true,
89+
"inputType": "textField",
90+
"inputLabel": "Alert when utilization exceeds % (default: 110)",
91+
"inputName": "EntraLicenseUtilizationThreshold"
92+
},
8493
{
8594
"name": "AppSecretExpiry",
8695
"label": "Alert on expiring application secrets",

0 commit comments

Comments
 (0)