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:
| Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
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
|
Event Type | string |
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. |