Azure / Azure/Azure-Proactive-Resiliency-Library-v2

💡 Feature Request - Check autoRenew and expirationTime for AppService Domain

Open
#650 0 comments 0 reactions 0 assignees View on GitHub
Enhancement :new:
Dominant language
No language data
Stars
105
Forks
125
Avg merge
20m
Merged PRs (30d)
7

Description

## Describe the solution you'd like

Sometimes customer forget to renew AppService domain because autoRenew setting is false. If we check the setting and expirationTime in advance, they may avoid the domain issue. It may cause Azure DNS issue and certification issue.

## Describe alternatives you've considered

We can check both of settings using Resource Graph can check both of settings using Resource Graph. How about it alerts if autoRenew is false or expirationTime is within 3 month. We should check the contact list like email whether customer can receive the notification.

resources
| where type == "microsoft.domainregistration/domains"

"autoRenew": false,
"expirationTime": "2025-03-11T12:24:57Z",

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.