I have elected to leverage Azure Event Grid in an enterprise multi-tenant model application. I also want to use Cloud Events instead of the proprietary AEG format. I am using AEG domains for each tenant and then I want a custom topic and subject for my messages. The v0.1 of cloud events had a "#" delimited property for cloud events topic and subjects. It looks like V1.0 does not anymore? It really is not clear in the Azure docs.
Secondarily, with Azure Event Grid Domains it seems you can only create a Domain Topic via Powershell (https://docs.microsoft.com/en-us/cli/azure/eventgrid/domain/topic?view=azure-cli-latest) and not in the portal. I can't find a clear way to create a topic for an event domain any other way.
My topic is currently set to : /providers/Microsoft.EventGrid/domains/{tenantname}/topics/refresh. Do domain topics just appear once they're published for the first time?
Any insight on the format of the cloud events schema and managing topics would be great!