Hi Mathieu Isabel, Thank you for your patience. To help us investigate this issue further, could you please share a few additional details?
1.Are you creating the resources using your own user authentication?
- If yes, please ensure your account has the
Microsoft.EventGrid/eventSubscriptions/Writepermission assigned at the resource, resource group, or subscription level.
2.Or are you creating the resources using a Managed Identity (MI)?
- If yes, please verify that the same
Microsoft.EventGrid/eventSubscriptions/Writepermission has been granted to that identity.
3.Could you also try running the same az eventgrid system-topic create command with the --debug parameter and share the relevant error details or exception messages that appear?
4.Lastly, please confirm whether you are able to successfully create system topics for other resource types (for example, Storage Account or Event Hub). This will help us isolate whether the issue is specific to the Azure Communication Services resource type.
As suggested above by creating a custom role with the permission Microsoft.EventGrid/eventSubscriptions/Write and adding user to it, you are able to create the system topic.
I hope the provided answer is helpful, please accept as Yes and upvote so that it can help others in the community.