Azure Event Grid Publish
Azure Event Grid Publish will publish data to any Azure Event Grid Custom Topic.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions and Integration Service Environments (ISEs) |
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 | Shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is shareable connection. If the power app is shared with another user, connection is shared as well. For more information, please see the Connectors overview for canvas apps - Power Apps | Microsoft Docs
Name | Type | Description | Required |
---|---|---|---|
Topic Endpoint | string | DNS endpoint for the application topic for events. | True |
Shared Access Signature | securestring | Primary or secondary key for the application topic. | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 1200 | 60 seconds |
Actions
Publish Event |
Publish an event to an Event Grid Custom Topic. |
Publish Event
Publish an event to an Event Grid Custom Topic.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
Useful to idenitify individual events. |
Subject
|
subject | True | string |
Subject for the event. |
Event Type
|
eventType | True | string |
Type of event being emitted. |
Event Time
|
eventTime | date-time |
Date and time for the emitted event. Empty will default to current time. |