From 04048b15f055411d66cca1aed88d93b095dd26a7 Mon Sep 17 00:00:00 2001 From: Yaohai Zheng Date: Thu, 15 Aug 2019 21:44:33 +0800 Subject: [PATCH] Update repo metadata --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fd23b52..7b2078d 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ languages: - csharp products: - azure -services: Event-Hub -platforms: dotnet -author: yaohaizh +extensions: +- services: Event-Hub +- platforms: dotnet --- # Getting started on managing event hub geo-disaster recovery using C# # - Azure Event Hub sample for managing geo disaster recovery pairing - - - Create two event hub namespaces - - Create a pairing between two namespaces - - Create an event hub in the primary namespace and retrieve it from the secondary namespace - - Retrieve the pairing connection string - - Fail over so that secondary namespace become primary. + Azure Event Hub sample for managing geo disaster recovery pairing - + - Create two event hub namespaces + - Create a pairing between two namespaces + - Create an event hub in the primary namespace and retrieve it from the secondary namespace + - Retrieve the pairing connection string + - Fail over so that secondary namespace become primary. ## Running this Sample ##