You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-region-mapping.md
+31-20Lines changed: 31 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,37 @@ ms.topic: conceptual
8
8
ms.service: iot-hub-device-update
9
9
---
10
10
11
-
# Regional failover mapping for Device Update for IoT Hub
12
-
13
-
In cases where an Azure region is unavailable due to an outage, Device Update for IoT Hub supports business continuity and disaster recovery (BCDR) efforts with regional failover pairings. During an outage, data contained in the update files submitted to the Device Update service may be sent to a secondary Azure region. This failover enables Device Update to continue scanning update files for malware and making the updates available on the service endpoints.
14
-
15
-
## Failover region mapping
16
-
17
-
| Region name | Fails over to
18
-
| --- | --- |
19
-
| North Europe | West Europe |
20
-
| West Europe | North Europe |
21
-
| UK South | North Europe |
22
-
| Sweden Central | North Europe |
23
-
| East US | West US 2 |
24
-
| East US 2 | West US 2 |
25
-
| West US 2 | East US |
26
-
| West US 3 | East US |
27
-
| South Central US | East US |
28
-
| East US 2 (EUAP) | West US 2 |
29
-
| Australia East | Southeast Asia |
30
-
| Southeast Asia | Australia East |
11
+
# Device Update for IoT Hub regional mapping for scan and failover
12
+
13
+
When you're importing an update into the Device Update for IoT Hub service, that update content may be processed within different Azure regions. The region used for processing depends on the region that your Device Update Instance was created in.
14
+
15
+
## Anti-malware scan
16
+
17
+
When you're using the Azure portal for importing your update, there's now an option to enable anti-malware scan. If you select the option to enable anti-malware scan, your update is sent to the Azure region that corresponds to the "Default scan region" column table in the **Region mapping for default and failover cases** section. If you don't select the option to enable anti-malware scan, your update is processed in the same region as your Device Update Instance, but it isn't scanned for malware. **Optional anti-malware scan is in Public Preview**.
18
+
19
+
If you're using the Azure CLI or directly calling Device Update APIs, your update isn't scanned for malware during the import process. It's processed in the same region as your Device Update Instance.
20
+
21
+
## Failover and BCDR
22
+
23
+
As an exception to the previous section, in cases where an Azure region is unavailable due to an outage, Device Update for IoT Hub supports business continuity and disaster recovery (BCDR) efforts with regional failover pairings. During an outage, data contained in the update files submitted to the Device Update service may be sent to a secondary Azure region for processing. This failover enables Device Update to continue scanning update files for malware if you select that option.
24
+
25
+
## Region mapping for default and failover cases
26
+
27
+
28
+
| Device Update Instance region|Default scan region|Failover scan region |
0 commit comments