Skip to content

Commit a6184a2

Browse files
authored
Merge pull request #300283 from v-stsavell/434380
Pipeline: [UPDATE] Reliability in IoT Hub
2 parents 1339e42 + 7e5d747 commit a6184a2

File tree

3 files changed

+109
-103
lines changed

3 files changed

+109
-103
lines changed

articles/iot-hub/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
href: quickstart-send-telemetry-cli.md
1313
- name: Send telemetry using SDK
1414
displayName: IoT Plug and Play, Azure IoT Explorer
15-
href: ../iot/tutorial-send-telemetry-iot-hub.md?toc=/azure/iot-hub/toc.json&bc=/azure/iot-hub/breadcrumb/toc.json
15+
href: ../iot/tutorial-send-telemetry-iot-hub.md
1616
- name: Control a device
1717
displayName: direct method, Azure IoT Explorer
1818
href: quickstart-control-device.md

articles/iot-hub/how-to-disable-dr.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Disable disaster recovery in IoT Hub
2+
title: Disable Disaster Recovery in Azure IoT Hub
33
titleSuffix: Azure IoT Hub
4-
description: How to turn off disaster recovery failover for Azure IoT Hub in select regions using the Azure portal.
4+
description: Learn how to disable disaster recovery failover for Azure IoT Hub in specific regions by using the Azure portal to manage data replication settings.
55
author: kgremban
66
ms.author: kgremban
77
ms.service: azure-iot-hub
@@ -11,41 +11,45 @@ ms.date: 05/02/2025
1111
#Customer intent: As an engineer responsible for business continuity, I want to learn how to disable disaster recovery in IoT Hub so that I can avoid data replication outside of the region.
1212
---
1313

14-
# Disable disaster recovery in IoT Hub
14+
# Disable disaster recovery in Azure IoT Hub
1515

16-
IoT Hub provides Microsoft-initiated failover and manual failover by replicating data to the [paired region](../reliability//regions-paired.md) for each IoT hub. For some regions, you can avoid data replication outside of the region by disabling disaster recovery when creating an IoT hub.
16+
Azure IoT Hub provides Microsoft-initiated failover and manual failover by replicating data to a [paired region](../reliability/regions-paired.md) for each IoT hub. For some regions, you can avoid data replication outside of the region by disabling disaster recovery (DR) when you create an IoT hub.
1717

1818
## Prerequisites
1919

20-
To disable disaster recovery in IoT Hub, you need the following:
20+
To disable DR in IoT Hub, you need the following requirements:
2121

22-
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
23-
* The following regions support disabling disaster recovery:
24-
* **Brazil South**; paired region, South Central US.
25-
* **Southeast Asia (Singapore)**; paired region, East Asia (Hong Kong SAR).
22+
- **An Azure subscription.** If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
2623

27-
## Create an IoT hub without disaster recovery
24+
- **Regions that support disabling DR.** The following regions support disabling DR:
2825

29-
To disable disaster recovery in the Azure portal, follow these steps:
26+
- **Brazil South:** Paired region, South Central US
27+
28+
- **Southeast Asia (Singapore):** Paired region, East Asia (Hong Kong SAR)
29+
30+
## Create an IoT hub without DR
31+
32+
To disable DR in the Azure portal, you need to complete the following steps:
3033

3134
1. Sign in to the [Azure portal](https://portal.azure.com/).
3235

33-
1. In the Azure portal, [create your IoT hub](/azure/iot-hub/create-hub?tabs=portal) in one of the [supported regions](#prerequisites). Make sure that **Disaster recovery enabled** is unselected:
36+
1. In the Azure portal, [create your IoT hub](/azure/iot-hub/create-hub?tabs=portal) in one of the [supported regions](#prerequisites). Ensure that **Disaster recovery enabled** isn't selected.
37+
38+
:::image type="content" source="media/iot-hub-ha-dr/singapore.png" alt-text="Screenshot of the Azure portal that shows the DR option for an IoT hub in the Singapore region." lightbox="media/iot-hub-ha-dr/singapore.png":::
3439

35-
:::image type="content" source="media/iot-hub-ha-dr/singapore.png" alt-text="Screenshot that shows disaster recovery option for an IoT hub in Singapore region.":::
40+
Failover capabilities aren't available if you disable DR for an IoT hub.
3641

37-
1. Note that failover capability won't be available if you disable disaster recovery for an IoT hub.
42+
:::image type="content" source="media/iot-hub-ha-dr/disaster-recovery-disabled.png" alt-text="Screenshot that shows DR disabled for an IoT hub in the Singapore region." lightbox="media/iot-hub-ha-dr/disaster-recovery-disabled.png":::
3843

39-
:::image type="content" source="media/iot-hub-ha-dr/disaster-recovery-disabled.png" alt-text="Screenshot that shows disaster recovery disabled for an IoT hub in Singapore region.":::
44+
You can also disable DR when you create an IoT hub by using an [Azure Resource Manager template](/azure/templates/microsoft.devices/iothubs?pivots=deployment-language-arm-template).
4045

41-
You can also disable disaster recovery when you create an IoT hub using an [ARM template](/azure/templates/microsoft.devices/iothubs?tabs=bicep#iothubproperties).
46+
## Disable DR for an existing IoT hub
4247

43-
## Disable disaster recovery for an existing IoT hub
48+
You can only disable DR to avoid data replication when you create an IoT hub. If you want to configure an existing IoT hub to disable DR, create a new IoT hub that has DR disabled. Then manually migrate your existing IoT hub.
4449

45-
You can only disable disaster recovery to avoid data replication when you create an IoT hub. If you want to configure an existing IoT hub to disable disaster recovery, create a new IoT hub with disaster recovery disabled and then manually migrate your existing IoT hub.
50+
1. [Create a new IoT hub that has DR disabled](#create-an-iot-hub-without-dr).
4651

47-
1. [Create a new IoT hub with disaster recovery disabled](#create-an-iot-hub-without-disaster-recovery).
48-
1. Follow [How to migrate an IoT hub](migrate-hub-state-cli.md) to manually migrate your existing IoT hub.
52+
1. To manually migrate your existing IoT hub, follow the [IoT hub migration steps](migrate-hub-state-cli.md#migrate-an-iot-hub).
4953

5054
## Related content
5155

0 commit comments

Comments
 (0)