Skip to content

Commit 1813fbb

Browse files
authored
Merge pull request #191089 from spelluru/ehubmovededicated0309
updated steps and screenshots
2 parents 5a707d3 + 152958c commit 1813fbb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
15.6 KB
Loading

articles/event-hubs/move-cluster-across-regions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Move an Azure Event Hubs dedicated cluster to another region | Microsoft Docs
33
description: This article shows you how to move an Azure Event Hubs dedicated cluster from the current region to another region.
44
ms.topic: how-to
5-
ms.date: 09/01/2020
5+
ms.date: 03/09/2022
66
---
77

88
# Move an Azure Event Hubs dedicated cluster to another region
@@ -18,7 +18,7 @@ To get started, export a Resource Manager template. This template contains setti
1818

1919
1. Sign in to the [Azure portal](https://portal.azure.com).
2020
2. Select **All resources** and then select your Event Hubs dedicated cluster.
21-
3. Select > **Settings** > **Export template**.
21+
3. On the **Event Hubs Cluster** page, select **Export template** in the **Automation** section on the left menu.
2222
4. Choose **Download** in the **Export template** page.
2323

2424
:::image type="content" source="./media/move-cluster-across-regions/download-template.png" alt-text="Download Resource Manager template" lightbox="./media/move-cluster-across-regions/download-template.png":::
@@ -34,8 +34,9 @@ Deploy the template to create an Event Hubs dedicated cluster in the target regi
3434

3535
1. In the Azure portal, select **Create a resource**.
3636
2. In **Search the Marketplace**, type **template deployment**, and select **Template deployment (deploy using custom templates)**.
37-
5. Select **Build your own template in the editor**.
38-
6. Select **Load file**, and then follow the instructions to load the **template.json** file that you downloaded in the last section.
37+
1. On the **Template deplyment** page, select **Create**.
38+
1. Select **Build your own template in the editor**.
39+
1. Select **Load file**, and then follow the instructions to load the **template.json** file that you downloaded in the last section.
3940
1. Update the value of the `location` property to point to the new region. To obtain location codes, see [Azure locations](https://azure.microsoft.com/global-infrastructure/locations/). The code for a region is the region name with no spaces, for example, `West US` is equal to `westus`.
4041
1. Select **Save** to save the template.
4142
1. On the **Custom deployment** page, follow these steps:

0 commit comments

Comments
 (0)