Reputation: 181
In Event grid, how do we setup geo replication. as the per the documentation, it should the publisher responsibility to do the health check.
is there something like pairing of two resources in event grid like what is there in other services like service bus or sql database server?
Upvotes: 0
Views: 535
Reputation: 6647
The Automatic Geo Disaster Recovery is already built-in and requires no configuration from your end. Do make note of the Recovery Point Objectives and Recovery Time Objectives on guarantees made.
Considering the RPO/RTO guarantees, its best to have client-side recovery as well for maximum continuity.
Upvotes: 0