Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.17 KB

File metadata and controls

33 lines (25 loc) · 2.17 KB
title Azure Service Bus as Event Grid source
description Describes the properties that are provided for Service Bus events with Azure Event Grid
ms.topic reference
ms.date 12/02/2022

Azure Service Bus as an Event Grid source

This article provides the properties and schema for Service Bus events. For an introduction to event schemas, see Azure Event Grid event schema.

Note

Only Premium tier Service Bus namespace supports event integration. Basic and Standard tiers do not support integration with Event Grid.

[!INCLUDE event-grid-service-bus.md]

Tutorials and how-tos

Title Description
Tutorial: Azure Service Bus to Azure Event Grid integration examples Event Grid sends messages from Service Bus topic to function app and logic app.
Azure Service Bus to Event Grid integration Overview of integrating Service Bus with Event Grid.

Note

When a failover occurs for a Service Bus namespace that's Geo-DR enabled, the secondary namespace doesn't emit events to Event Grid. You need to manually add the Event Grid subscription for the secondary namespace.

Check the Service Bus Geo-Replication documentation to understand what happens for a Service Bus namespace that's Geo-Replication enabled.

Next steps