Hello @Ben Joseph
Thank you for reaching out to Microsoft Q & A!
Thank you for providing the error details.
The error returned by the az eventgrid event-subscription create command indicates that the request reached the service but failed with an internal server error during processing. Based on the information provided, it is difficult to determine whether the failure is related to the Event Grid service, the Azure Communication Service resource configuration, or the destination Service Bus configuration.
As initial validation steps, please verify the following:
- Ensure that the Azure Communication Service has a system-assigned managed identity enabled.
- Confirm that the managed identity has the appropriate permissions on the target Service Bus queue (for example, Azure Service Bus Data Sender).
- Verify that the Service Bus queue exists and that no networking restrictions, firewalls, or private endpoint configurations are preventing access.
- Review the Azure Activity Log for any additional error details related to the subscription creation request.
- Run the command with the --debug parameter and check whether any additional information is returned.
Additionally, if possible, try creating an Event Grid subscription using a different endpoint type (such as a webhook) to determine whether the issue is specific to the Service Bus delivery endpoint.
Could you also confirm:
- Whether the Azure Communication Service managed identity is enabled?
- Whether the required RBAC permissions have been granted on the Service Bus queue?
- Whether the same command has worked successfully in the past?
This information would help narrow down the root cause of the failure.Thank you for providing the error details.
Please "Upvote the Answer" if this information helped you. This will help us and others in the community as well.