Can not find Azure Event Grid

Erik Verheuvel 41 Reputation points
2020-09-03T08:32:07.977+00:00

I like to add Azure Event Grid to a resource group.

Marketplace does not show me Azure Event Grid. When I search for Event Grid the result I get is a long list including “KoçSistem Azure Event Grid”, “Event Grid Partner Topic”, “Azure Event Grid on IoT Edge”, etc. It does not show Azure Event Grid.

Is something wrong with Marketplace search? Has Azure Event Grid been replaced or removed?

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

Accepted answer
  1. JayaC-MSFT 5,526 Reputation points
    2020-09-03T10:12:13.627+00:00

    @Erik Verheuvel It is still available.
    Azure event grid is a service that connects data sources and event handlers.

    Azure Event Grid allows you to easily build applications with event-based architectures. First, select the Azure resource you would like to subscribe to, and then give the event handler or WebHook endpoint to send the event to. Event Grid has built-in support for events coming from Azure services, like storage blobs and resource groups. Event Grid also has support for your own events, using custom topics.

    Check this

    If you are doing it for the first time, could you please confirm if you have registered "Microsoft.EventGrid" provider?

    You may also follow custom-event-quickstart-portal for the event grid quick start.

    Please let me know if this helps.


1 additional answer

Sort by: Most helpful
  1. Sander van de Velde 29,286 Reputation points MVP
    2020-09-03T11:30:42.68+00:00

    Azure EventGrid is not actually a new resource in Azure which is added to a resourcegroup.

    It's like a 'layer' of extra capabilities over the resources which support Event Grid.

    Check out the MS Learn module https://learn.microsoft.com/en-us/learn/modules/react-to-state-changes-using-event-grid/ for a hands-on experience.