Skip to content

Commit 25e7982

Browse files
Merge pull request #263869 from spelluru/egridsbus0122
Event Grid subscription for geo-DR enabled namespace
2 parents a3fb4ba + d98bba5 commit 25e7982

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/event-grid/event-schema-service-bus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ This article provides the properties and schema for Service Bus events. For an
2020
| [Tutorial: Azure Service Bus to Azure Event Grid integration examples](../service-bus-messaging/service-bus-to-event-grid-integration-example.md?toc=%2fazure%2fevent-grid%2ftoc.json) | Event Grid sends messages from Service Bus topic to function app and logic app. |
2121
| [Azure Service Bus to Event Grid integration](../service-bus-messaging/service-bus-to-event-grid-integration-concept.md) | Overview of integrating Service Bus with Event Grid. |
2222

23+
> [!NOTE]
24+
> 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.
25+
2326
## Next steps
2427

2528
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md)

articles/event-grid/handler-service-bus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ For more information, see [Custom delivery properties](delivery-properties.md).
204204
}
205205
```
206206

207+
> [!NOTE]
208+
> 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.
207209
208210
## Next steps
209211
See the [Event handlers](event-handlers.md) article for a list of supported event handlers.

0 commit comments

Comments
 (0)