Azure Event Grid System Topic Deployment Fails with Maintenance Configuration Source — Anyone Else Experiencing This?
Hi all,
I'm running into a consistent issue when trying to deploy an Event Grid System Topic using a Maintenance Configuration as the source in Azure. The deployment fails with the following error:
Creation of System Topic has failed with error: Unable to verify access to resource /subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Maintenance/MaintenanceConfigurations/<MaintenanceConfigurationName>. Please try again in a few minutes. Event Subscription will not be created.
What I've tried:
- Deployment via Azure Portal
- Deployment using Bicep
- Deployment using the EventGrid PowerShell module
- Tested across multiple subscriptions and different tenants
The error is consistent across all methods and environments. Permissions and role assignments appear to be correctly configured, and the Maintenance Configuration resource is valid and accessible. No special characters in the name either.
My question:
- Has anyone successfully deployed a System Topic with a Maintenance Configuration as the source in the last weeks?
- Is there a known issue? We have deployed these in the past without any issues.
- Could this be a broader issue on Azure’s side?
Any insights, workarounds, or confirmation from others experiencing the same would be super helpful.
Thanks in advance!