An Azure relational database service.
It sounds like you're having an issue receiving notifications for planned maintenance specifically for Azure SQL Databases. Here’s what you can check or try to potentially resolve this:
Check Your Alerts Configuration: Make sure you have set up health alerts for Azure SQL Database correctly. You can do this by going to the Service Health Planned Maintenance page, then selecting Health alerts and Add service health alert. Make sure to select Azure SQL Database as the service and specify the desired regions.
Review Notification Settings: It's important to ensure that notifications are enabled for the relevant action groups. If you haven't defined any action groups, you'll need to set those up to receive notifications via email, SMS, or webhooks.
Permissions Check: Verify that you have the necessary permissions based on Azure's RBAC policies. Ensure your user role allows you to receive these notifications, especially if they need to query resource graphs.
Consult the Activity Log: Since you noted that there is maintenance happening based on the Activity Log JSON output, it’s worth double-checking that the events align with the maintenance notifications you expect.
Troubleshoot Missing Notifications: If you've confirmed everything above and still aren't receiving notifications, follow the troubleshooting steps provided in the No maintenance notification received article.
Documentation on Notifications: For more details, you can refer to the Configure advance notifications for planned maintenance events documentation for specific configurations and examples.
Hopefully, these steps help you get your notifications set up correctly! If the problem persists, let’s gather some additional details:
- What specific configurations have you set for your service health alerts?
- Are there any error messages or indications in the Azure portal when checking notifications?
- Which region are your Azure SQL Databases located in?
Feel free to share more info, and we can dive deeper!