Skip to content

Commit 4f41041

Browse files
authored
Merge pull request #183892 from ElazarK/region-change
Region change
2 parents 7a22dd8 + 0ca8885 commit 4f41041

File tree

7 files changed

+103
-0
lines changed

7 files changed

+103
-0
lines changed

articles/defender-for-iot/device-builders/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@
127127
- name: Manage cloud device inventory
128128
href: how-to-manage-device-inventory-on-the-cloud.md
129129
displayNAme: device inventory, device, inventory, EIoT, eiot
130+
- name: Move a resource to a different region
131+
href: how-to-region-move.md
130132
- name: Classic
131133
items:
132134
- name: Which agent should I deploy?
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
title: Move an “iotsecuritysolutions” resource to another region by using the Azure portal
3+
description: Move an “iotsecuritysolutions” resource from one Azure region to another by using a and the Azure portal.
4+
ms.topic: how-to
5+
ms.custom: subject-moving-resources
6+
ms.date: 01/04/2022
7+
---
8+
9+
# Move an “iotsecuritysolutions” resource to another region by using the Azure portal
10+
11+
There are various scenarios for moving an existing resource from one region to another. For example, you might want to take advantage of features, and services that are only available in specific regions, to meet internal policy and governance requirements, or in response to capacity planning requirements.
12+
13+
You can move a Microsoft Defender for IoT “iotsecuritysolutions” resource to a different Azure region. The “iotsecuritysolutions” resource is a hidden resource that is connected to a specific IoT hub resource that is used to enable security on the hub. Learn how to [configure, and create](/azure/templates/microsoft.security/iotsecuritysolutions?tabs=bicep) this resource.
14+
15+
## Prerequisites
16+
17+
- Make sure that the resource is in the Azure region that you want to move from.
18+
19+
- An existing “iotsecuritysolutions” resource.
20+
21+
- Make sure that your Azure subscription allows you to create “iotsecuritysolutions” resources in the target region.
22+
23+
- Make sure that your subscription has enough resources to support the addition of resources for this process. For more information, see [Azure subscription and service limits, quotas, and constraints](../../azure-resource-manager/management/azure-subscription-service-limits.md#networking-limits)
24+
25+
## Prepare
26+
27+
In this section, you will prepare to move the resource for the move by finding the resource and confirming it is in a region you wish to move from.
28+
29+
Before transitioning the resource to the new region, we recommended using [log analytics](../../azure-monitor/logs/quick-create-workspace.md) to store alerts, and raw events.
30+
31+
**To find the resource you want to move**:
32+
33+
1. Sign in to the [Azure portal](https://portal.azure.com), and then select **All Resources**.
34+
35+
1. Select **Show hidden types**.
36+
37+
:::image type="content" source="media/region-move/hidden-resources.png" alt-text="Screenshot showing where the Show hidden resources checkbox is located.":::
38+
39+
1. Select the **Type** filter, and enter `iotsecuritysolutions` in the search field.
40+
41+
:::image type="content" source="media/region-move/filter-type.png" alt-text="Screenshot showing you how to filter by type.":::
42+
43+
1. Select **Apply**.
44+
45+
1. Select your hub from the list.
46+
47+
1. Ensure that you have selected the correct hub, and that it is in the region you want to move it from.
48+
49+
:::image type="content" source="media/region-move/location.png" alt-text="Screenshot showing you the region your hub is located in.":::
50+
51+
## Move
52+
53+
You are now ready to move your resource to your new location. Follow [these instructions](/azure/iot-hub/iot-hub-how-to-clone) to move your IoT Hub.
54+
55+
After transferring, and enabling the resource, you can link to the same log analytics workspace that was configured earlier.
56+
57+
## Verify
58+
59+
In this section, you will verify that the resource has been moved, that the connection to the IoT Hub has been enabled, and that everything is working correctly.
60+
61+
**To verify the resource in in the correct region**:
62+
63+
1. Sign in to the [Azure portal](https://portal.azure.com), and then select **All Resources**.
64+
65+
1. Select **Show hidden types**.
66+
67+
:::image type="content" source="media/region-move/hidden-resources.png" alt-text="Screenshot showing where the Show hidden resources checkbox is located.":::
68+
69+
1. Select the **Type** filter, and enter `iotsecuritysolutions` in the search field.
70+
71+
1. Select **Apply**.
72+
73+
1. Select your hub from the list.
74+
75+
1. Ensure that the region has been changed.
76+
77+
:::image type="content" source="media/region-move/location-changed.png" alt-text="Screenshot that shows you the region your hub is located in.":::
78+
79+
**To ensure everything is working correctly**:
80+
81+
1. Navigate to **IoT Hub** > **`Your hub`** > **Defender for IoT**, and select Recommendations.
82+
83+
:::image type="content" source="media/region-move/recommendations.png" alt-text="Screenshot showing you where to go to see recommendations.":::
84+
85+
The recommendations should have transferred and everything should be working correctly.
86+
87+
## Clean up source resources
88+
89+
Don’t clean up until you have finished verifying that the resource has moved, and the recommendations have transferred. When you're ready, clean up the old resources by performing these steps:
90+
91+
- If you haven't already, delete the old hub. This removes all of the active devices from the hub.
92+
93+
- If you have routing resources that you moved to the new location, you can delete the old routing resources.
94+
95+
## Next steps
96+
97+
In this tutorial, you moved an Azure resource from one region to another and cleaned up the source resource.
98+
99+
- Learn more about [Moving your resources to a new resource group or subscription.](/azure/azure-resource-manager/management/move-resource-group-and-subscription).
100+
101+
- Learn how to [move VMs to another Azure region](/azure/site-recovery/azure-to-azure-tutorial-migrate).
17.4 KB
Loading
21.5 KB
Loading
63.2 KB
Loading
63.4 KB
Loading
52.1 KB
Loading

0 commit comments

Comments
 (0)