Skip to content

Commit 2640bb8

Browse files
committed
portal doesn't allow to set zone redundancy
1 parent 3643f8e commit 2640bb8

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 the parameter `--zone-redundant` set to `false` or use the PowerShell command `New-AzEventHubNamespace` with the parameter `-ZoneRedundant` set to `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)