Skip to content

Commit ec3dff9

Browse files
committed
Merge branch 'reloc-event-grid' of https://github.com/anaharris-ms/azure-docs-pr into reloc-event-grid
2 parents 1022021 + 325a77c commit ec3dff9

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

articles/operational-excellence/relocation-event-grid-custom-topics.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anaharris-ms
55
ms.author: anaharris
66
ms.date: 05/14/2024
77
ms.service: event-grid
8-
ms.topic: concept
8+
ms.topic: how-to
99
ms.custom:
1010
- subject-relocation
1111
#Customer intent: As an Azure service administrator, I want to be able to move Event Grid custom topics from one region to another region to have it closer to customers, to meet internal policy and governance requirements, or in response to capacity planning requirements.
@@ -14,7 +14,7 @@ ms.custom:
1414
# Relocate Azure Event Grid custom topics to another region
1515
You might want to move your resources to another region for a number of reasons. For example, to take advantage of a new Azure region, to meet internal policy and governance requirements, or in response to capacity planning requirements.
1616

17-
Here are the high-level steps covered in this article:
17+
The high-level steps are:
1818

1919
- **Export the custom topic** resource to an Azure Resource Manager template.
2020

@@ -43,7 +43,8 @@ To get started, export a Resource Manager template for the custom topic.
4343
:::image type="content" source="media/relocation/event-grid/move-custom-topics-across-regions/select-custom-topic.png" alt-text="Select the custom topic":::
4444
4. On the **Event Grid Topic** page, select **Export Template** under **Settings** on the left menu, and then select **Download** on the toolbar.
4545

46-
:::image type="content" source="media/relocation/event-grid/move-custom-topics-across-regions/export-template-download.png" alt-text="Export template -> Download":::
46+
:::image type="content" source="media/relocation/event-grid/move-custom-topics-across-regions/export-template-download.png" lightbox="media/relocation/event-grid/move-custom-topics-across-regions/export-template-download.png" alt-text="Export template -> Download":::
47+
4748

4849
> [!IMPORTANT]
4950
> Only the topic is exported to the template. Subscriptions for the topic aren't exported. So, you need to create subscriptions for the topic after you move the topic to the target region.

articles/operational-excellence/relocation-event-grid-domains.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Relocate an Azure Event Grid domains to another region
2+
title: Relocate Azure Event Grid domains to another region
33
description: This article shows you how to move Azure Event Grid domains to another region.
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.date: 05/14/2024
77
ms.service: event-grid
8-
ms.topic: concept
8+
ms.topic: how-to
99
ms.custom:
1010
- subject-relocation
1111
#Customer intent: As an Azure service administrator, I want to be able to move Event Grid domains from one region to another region to have it closer to customers, to meet internal policy and governance requirements, or in response to capacity planning requirements.
1212
---
1313

1414
# Relocate Azure Event Grid domains to another region
1515

16-
This article covers the recommended approach, guidelines, and practices to relocate Event Grid domain to another region.
16+
This article covers the recommended approach, guidelines, and practices to relocate Event Grid domains to another region.
1717

1818

1919
Here are the high-level steps covered in this article:

articles/operational-excellence/relocation-event-grid-system-topics.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anaharris-ms
55
ms.author: anaharris
66
ms.date: 05/14/2024
77
ms.service: event-grid
8-
ms.topic: concept
8+
ms.topic: how-to
99
ms.custom:
1010
- subject-relocation
1111
#Customer intent: As an Azure service administrator, I want to be able to move an Azure event source and its associated system topic from one region to another region to have it closer to customers, to meet internal policy and governance requirements, or in response to capacity planning requirements.
@@ -32,10 +32,12 @@ To get started, export a Resource Manager template for the resource group that c
3232
1. Sign in to the [Azure portal](https://portal.azure.com).
3333
1. Select **Resource groups** on the left menu. Then, select the resource group that contains the event source for which the system topic was created. In the following example, it's the **Azure Storage** account. The resource group contains the storage account and its associated system topic.
3434

35-
:::image type="content" source="media/relocation/event-grid/move-system-topics-across-regions/resource-group-page.png" alt-text="Resource group page":::
35+
:::image type="content" source="media/relocation/event-grid/move-system-topics-across-regions/resource-group-page.png" lightbox="media/relocation/event-grid/move-system-topics-across-regions/resource-group-page.png" alt-text="Resource group page.":::
36+
3637
3. On the left menu, select **Export template** under **Settings**, and then, select **Download** on the toolbar.
3738

38-
:::image type="content" source="media/relocation/event-grid/move-system-topics-across-regions/export-template-menu.png" alt-text="Stroage account - Export template page":::
39+
:::image type="content" source="media/relocation/event-grid/move-system-topics-across-regions/export-template-menu.png" lightbox="media/relocation/event-grid/move-system-topics-across-regions/export-template-menu.png" alt-text="Storage account - Export template page.":::
40+
3941
5. Locate the **.zip** file that you downloaded from the portal, and unzip that file to a folder of your choice. This zip file contains template and parameters JSON files.
4042
1. Open the **template.json** in an editor of your choice.
4143
1. URL for the Webhook isn't exported to the template. So, do the following steps:

0 commit comments

Comments
 (0)