Azure Event Grid

Azure Event Grid is an eventing backplane that enables event based programing with pub/sub semantics and reliable distribution & delivery for all services in Azure as well as third parties.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions
Power Automate Premium All Power Automate regions
Power Apps - Not available
Contact
Name Microsoft
URL Microsoft LogicApps Support
Microsoft Power Automate Support
Connector Metadata
Publisher Microsoft
Website https://azure.microsoft.com/services/event-grid/

Creating a connection

The connector supports the following authentication types:

Bring your own application Log in using your own Azure Active Directory app. Integration service environments (ISE) only Not shareable
Default Log in with your credentials. All regions except Integration service environments (ISE) Not shareable

Bring your own application

Auth ID: oauthBYOA

Applicable: Integration service environments (ISE) only

Log in using your own Azure Active Directory app.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
Tenant string Tenant ID of your Azure Active Directory application. True
Client ID string Client (or Application) ID of your AAD application. True
Client Secret securestring Client secret of your Azure Active Directory application. True

Default

Applicable: All regions except Integration service environments (ISE)

Log in with your credentials.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Triggers

When a resource event occurs

When an Azure Event Grid subscription fires an event.

When a resource event occurs

When an Azure Event Grid subscription fires an event.

Parameters

Name Key Required Type Description
Subscription
subscriptionId True string

The unique identifier for the Microsoft Azure subscription. The subscription ID forms part of the ID for every Azure resource.

Resource Type
resourceType True string

Type of resource to create event subscription on.

Subscription Name
subscriptionName string

Name to use for the new Event Grid subscription.

Resource Name
topic True string

Name of the resource to listen to for events.

Prefix Filter
subjectBeginsWith string

A filter like: Sample-workitems/{name}

Suffix Filter
subjectEndsWith string

A filter like: .jpg

Event Type
includedEventTypes array of string

Type of event to listen for.

Returns

Name Path Type Description
Event data
data

Contains the data from the event.

Event Time
eventTime date-time

Time of the event.

Event Type
eventType string

Type of the event.

ID
id string

ID for the event.

Subject
subject string

Subject of the event.

Topic
topic string

Resource that fired the event.