Where can I find a proper documentation for creating an event-grid subscriptions

Engin Eruguz 1 Reputation point
2020-06-02T08:41:31.147+00:00

Hi,

I'm following the instructions here (https://learn.microsoft.com/en-us/azure/event-grid/custom-event-quickstart-portal) to prototype a service using event-grid but I'm not able to create a subscription because there is a mandatory field on the azure portal that doesn't exist in the documentation. Portal is asking for a mandatory system topic name that i can only find vague information about. When I fill in a value for the field I get an error saying "System topic creation is not enabled for topic type Microsoft.EventGrid.Topics".

Cannot find any resources to how to resolve this issue. Also getting the error below when I try azure cli.

Deployment has failed with the following error: {"code":"Internal error","message":"The operation failed due to an internal server error. The initial state of the impacted resources (if any) are restored. Please try again in few minutes. If error still persists, report bf2f496b-4899-4cc9-b046-0d3ca00657bc:6/2/2020 8:09:59 AM (UTC) to our forums for assistance or raise a support ticket ."}

Thanks in advance.
Engin

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
313 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Laude 85,651 Reputation points
    2020-06-02T08:47:04.687+00:00

    Hi,

    Something here might help:

    Subscribe to events through portal
    https://learn.microsoft.com/en-us/azure/event-grid/subscribe-through-portal

    (Please don't forget to accept helpful replies as answer)

    Best regards,
    Leon

    1 person found this answer helpful.