Notify an Azure Event Grid Topic

The Azure Event Grid external action sends events to Microsoft Azure Event Grid topics.

The Azure Event Grid external action has two output ports. The success port () can send a message if the event was delivered successfully. The failure port (x) can send a message if the delivery fails.

Parameters

Note: See also Working with Parameters in Automations Workflows.

Tip: To test that your parameters work as expected, click Validate.

  • Event Grid Topic Endpoint: The topic endpoint for the Azure Event Grid topic.
  • Note: To locate the endpoint, navigate to your topic in the Microsoft Azure portal.

  • Event Grid Topic Key: The Event Grid topic access key used to publish events to your Azure Event Grid topic.
  • Note: To locate the access key, navigate to your topic in the Microsoft Azure portal.

  • Subject: The subject to use for filtering and routing events.
  • Event Type: The event type for the specified Subject.
  • Key/Value: The event data, specified in key/value pairs, that is published to the specified Event Grid Topic Endpoint.

Output Keys

See Also

Tip: To view the output keys from upstream components, click Show Upstream Keys.

Key Description
time Event time
source Event type
error.type (Failure port only) Error type
error.message (Failure port only) Error message