Skip to content

Commit 9c364b7

Browse files
authored
Merge pull request #248977 from VandhanaMehta/docs-editor/how-to-restore-server-portal-1692710466
Update how-to-restore-server-portal.md
2 parents 5f993d6 + cb3f473 commit 9c364b7

16 files changed

+94
-94
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
title: Move Azure regions - Azure portal - Azure Database for MySQL - Flexible Server
33
description: Move an Azure Database for MySQL - Flexible Server from one Azure region to another using the Azure portal.
4+
author: VandhanaMehta
5+
ms.author: vamehta
6+
ms.reviewer: maghan
7+
ms.date: 08/23/2023
48
ms.service: mysql
59
ms.subservice: flexible-server
610
ms.topic: how-to
7-
author: VandhanaMehta
8-
ms.author: vamehta
911
ms.custom: subject-moving-resources
10-
ms.date: 04/08/2022
11-
#Customer intent: As an Azure service administrator, I want to move my service resources to another Azure region.
1212
---
1313

1414
# Move an Azure Database for MySQL - Flexible Server to another region by using the Azure portal
1515

1616
There are various scenarios for moving an existing Azure Database for MySQL - Flexible Server from one region to another. For example, you might want to move a production server to another region as part of your disaster recovery planning.
1717

18-
You can use Azure Database for MySQL - Flexible Server's [geo-restore](concepts-backup-restore.md#geo-restore) feature to complete the move to another region. To do so, first ensure geo-redundancy is enabled for your flexible server. Next, trigger geo-restore for your geo-redundant server and move your server to the geo-paired region.
18+
You can use Azure Database for MySQL - Flexible Server's [geo restore](concepts-backup-restore.md#geo-restore) feature to complete the move to another region. To do so, first ensure geo-redundancy is enabled for your flexible server. Next, trigger geo-restore for your geo-redundant server and move your server to the geo-paired region.
1919

20-
> [!NOTE]
20+
> [!NOTE]
2121
> This article focuses on moving your server to a different region. If you want to move your server to a different resource group or subscription, refer to the [move](../../azure-resource-manager/management/move-resource-group-and-subscription.md) article.
2222
2323
## Prerequisites
@@ -32,31 +32,31 @@ To move the Azure Database for MySQL - Flexible Server to the geo-paired region
3232

3333
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
3434

35-
2. Click **Overview** from the left panel.
35+
1. Select **Overview** from the left panel.
3636

37-
3. From the overview page, click **Restore**.
37+
1. From the overview page, select **Restore**.
3838

39-
4. Restore page will be shown with an option to choose **Geo-redundant restore**. If you have configured your server for geographically redundant backups, the server can be restored to the corresponding Azure paired region and the geo-redundant restore option can be enabled. Geo-redundant restore option restores the server to Latest UTC Now timestamp and hence after selection of Geo-redundant restore, the point-in-time restore options cannot be selected simultaneously.
39+
1. Restore page is shown with an option to choose **Geo-redundant restore**. If you have configured your server for geographically redundant backups, the server can be restored to the corresponding Azure paired region and the geo-redundant restore option can be enabled. Geo-redundant restore option restores the server to Latest UTC Now timestamp and hence after selection of Geo-redundant restore, the point-in-time restore options can't be selected simultaneously.
4040

41-
:::image type="content" source="./media/how-to-restore-server-portal/georestore-flex.png" alt-text="Geo-restore option":::
41+
:::image type="content" source="./media/how-to-move-regions/geo-restore-flex.png" alt-text="Screenshot of Geo-restore option" lightbox="./media/how-to-move-regions/geo-restore-flex.png":::
4242

43-
:::image type="content" source="./media/how-to-restore-server-portal/georestore-enabled-flex.png" alt-text="Enabling Geo-Restore":::
43+
:::image type="content" source="./media/how-to-move-regions/geo-restore-enabled-flex.png" alt-text="Screenshot of Enabling Geo-Restore" lightbox="./media/how-to-move-regions/geo-restore-enabled-flex.png":::
4444

45-
5. Provide a new server name in the **Name** field in the Server details section.
45+
1. Provide a new server name in the **Name** field in the Server details section.
4646

47-
6. When primary region is down, one cannot create geo-redundant servers in the respective geo-paired region as storage cannot be provisioned in the primary region. One must wait for the primary region to be up to provision geo-redundant servers in the geo-paired region. With the primary region down one can still geo-restore the source server to the geo-paired region by disabling the geo-redundancy option in the Compute + Storage Configure Server settings in the restore portal experience and restore as a locally redundant server to ensure business continuity.
47+
1. When primary region is down, one can't create geo-redundant servers in the respective geo-paired region as storage can't be provisioned in the primary region. One must wait for the primary region to be up to provision geo-redundant servers in the geo-paired region. With the primary region down one can still geo-restore the source server to the geo-paired region by disabling the geo-redundancy option in the Compute + Storage Configure Server settings in the restore portal experience and restore as a locally redundant server to ensure business continuity.
4848

49-
:::image type="content" source="./media/how-to-restore-server-portal/georestore-region-down-1.png" alt-text="Compute + Storage window":::
49+
:::image type="content" source="./media/how-to-move-regions/geo-restore-region-down-1.png" alt-text="Screenshot of Compute + Storage window" lightbox="./media/how-to-move-regions/geo-restore-region-down-1.png":::
5050

51-
:::image type="content" source="./media/how-to-restore-server-portal/georestore-region-down-2.png" alt-text="Disabling Geo-Redundancy":::
51+
:::image type="content" source="./media/how-to-move-regions/geo-restore-region-down-2.png" alt-text="Screenshot of Disabling Geo-Redundancy" lightbox="./media/how-to-move-regions/geo-restore-region-down-2.png":::
5252

53-
:::image type="content" source="./media/how-to-restore-server-portal/georestore-region-down-3.png" alt-text="Restoring as Locally redundant server":::
53+
:::image type="content" source="./media/how-to-move-regions/geo-restore-region-down-3.png" alt-text="Screenshot of Restoring as Locally redundant server" lightbox="./media/how-to-move-regions/geo-restore-region-down-3.png":::
5454

55-
7. Select **Review + Create** to review your selections.
55+
1. Select **Review + Create** to review your selections.
5656

57-
8. A notification will be shown that the restore operation has been initiated. This operation may take a few minutes.
57+
1. A notification is shown that the restore operation has been initiated. This operation may take a few minutes.
5858

59-
The new server created by geo-restore has the same server admin login name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's Overview page. Additionally during a geo-restore, **Networking** settings such as virtual network settings and firewall rules can be configured as described in the below section.
59+
The new server created by geo-restore has the same server admin sign-in name and password that was valid for the existing server at the time the restore was initiated. The password can be changed from the new server's Overview page. Additionally during a geo-restore, **Networking** settings such as virtual network settings and firewall rules can be configured as described in the below section.
6060

6161
## Clean up source server
6262

@@ -73,4 +73,4 @@ In this tutorial, you moved an Azure Database for MySQL - Flexible Server from o
7373

7474
- Learn more about [geo-restore](concepts-backup-restore.md#geo-restore)
7575
- Learn more about [Azure paired regions](overview.md#azure-regions) supported for Azure Database for MySQL - Flexible Server
76-
- Learn more about [business continuity](concepts-business-continuity.md) options
76+
- Learn more about [business continuity](concepts-business-continuity.md) options

0 commit comments

Comments
 (0)