The command graph subscription add has validation of notificationUrl that doesn't allow to create a subscription for notifications through Azure Event Hubs and Azure Event Grid.
To allow notifications through Azure Event Hubs and Azure Event Grid, modify the validator.
notificationUrl can start with
- https://
- EventHub:https://
- EventGrid:?azuresubscriptionid
The command
graph subscription addhas validation ofnotificationUrlthat doesn't allow to create a subscription for notifications through Azure Event Hubs and Azure Event Grid.To allow notifications through Azure Event Hubs and Azure Event Grid, modify the validator.
notificationUrlcan start with