Skip to content

Commit 91cd5e0

Browse files
authored
Merge pull request #197725 from spelluru/ehubgeodr0310
portal doesn't allow to set zone redundancy
2 parents a4aee7e + a02a057 commit 91cd5e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/event-hubs/event-hubs-geo-dr.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Geo-disaster recovery - Azure Event Hubs| Microsoft Docs
33
description: How to use geographical regions to fail over and perform disaster recovery in Azure Event Hubs
44
ms.topic: article
5-
ms.date: 06/21/2021
5+
ms.date: 05/10/2022
66
---
77

88
# Azure Event Hubs - Geo-disaster recovery
@@ -164,6 +164,9 @@ When creating a namespace, you see the following highlighted message when you se
164164

165165
:::image type="content" source="./media/event-hubs-geo-dr/eh-az.png" alt-text="Image showing the Create Namespace page with region that has availability zones":::
166166

167+
> [!NOTE]
168+
> When you use the Azure portal, zone redundancy via support for availability zones is automatically enabled. You can't disable it in the portal. You can use the Azure CLI command [`az eventhubs namespace`](/cli/azure/eventhubs/namespace#az-eventhubs-namespace-create) with `--zone-redundant=false` or use the PowerShell command [`New-AzEventHubNamespace`](/powershell/module/az.eventhub/new-azeventhubnamespace) with `-ZoneRedundant=false` to create a namespace with zone redundancy disabled.
169+
167170
## Private endpoints
168171
This section provides more considerations when using Geo-disaster recovery with namespaces that use private endpoints. To learn about using private endpoints with Event Hubs in general, see [Configure private endpoints](private-link-service.md).
169172

0 commit comments

Comments
 (0)