Skip to content

Commit 559648f

Browse files
committed
added lightbox to images
1 parent d3e6369 commit 559648f

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

articles/azure-vmware/migrate-sql-server-always-on-cluster.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: engagement-fy23
1010

1111
In this article, you’ll learn how to migrate Microsoft SQL Server Always-On Cluster to Azure VMware Solution.For VMware HCX, you can follow the vMotion migration procedure.
1212

13-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-architecture.png" alt-text="Diagram showing the architecture of always on SQL server for Azure VMware Solution." border="false":::
13+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-architecture.png" alt-text="Diagram showing the architecture of always on SQL server for Azure VMware Solution." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-architecture.png":::
1414

1515
## Prerequisites
1616

@@ -71,7 +71,7 @@ For details about configuring and managing the quorum, see [Failover Clustering
7171
1. Select your primary replica and open **Availability Group** **Properties**.
7272

7373

74-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-1.png" alt-text="Diagram showing Always On Availability Group properties." border="false":::
74+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-1.png" alt-text="Diagram showing Always On Availability Group properties." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-1.png":::
7575

7676
1. Change **Availability Mode** to **Asynchronous commit** only for the replica to be migrated.
7777
1. Change **Failover Mode** to **Manual** for every member of the availability group.
@@ -89,26 +89,26 @@ For details about configuring and managing the quorum, see [Failover Clustering
8989
1. Click **Go** and the migration will initiate.
9090
1. Once the migration has been completed, access the migrated replica and verify connectivity with the rest of the members in the availability group.
9191
1. In SQL Server Management Studio, open the **Availability Group Dashboard** and verify that the replica appears as **Online**.
92-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-2.png" alt-text="Diagram showing Always On Availability Group Dashboard." border="false":::
92+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-2.png" alt-text="Diagram showing Always On Availability Group Dashboard." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-2.png":::
9393

9494
1. **Data Loss** status in the **Failover Readiness** column is expected since the replica has been out-of-sync with the primary during the migration.
9595
1. Edit the **Availability Group** **Properties** again and set **Availability Mode** back to **Synchronous commit**.
9696
1. The secondary replica will start to synchronize back all the changes made to the primary replica during the migration. Wait until it appears in Synchronized state.
9797
1. From the **Availability Group Dashboard** in SSMS click on **Start Failover Wizard**.
9898
1. Select the migrated replica and click **Next**.
9999

100-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-3.png" alt-text="Diagram showing new primary replica selection for always on." border="false":::
100+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-3.png" alt-text="Diagram showing new primary replica selection for always on." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-3.png":::
101101

102102
1. Connect to the replica in the next screen with your DB admin credentials.
103-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-4.png" alt-text="Diagram showing new primary replica admin credentials connection." border="false":::
103+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-4.png" alt-text="Diagram showing new primary replica admin credentials connection." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-4.png":::
104104

105105
1. Review the changes and click **Finish** to start the failover operation.
106106

107-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-5.png" alt-text="Diagram showing Availability Group always on operation review." border="false":::
107+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-5.png" alt-text="Diagram showing Availability Group always on operation review." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-5.png":::
108108

109109

110110
1. Monitor the progress of the failover in the next screen, and click **Close** when the operation is finished.
111-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-6.png" alt-text="Diagram showing that always on SQL server cluster successfully finished." border="false":::
111+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-6.png" alt-text="Diagram showing that always on SQL server cluster successfully finished." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-6.png":::
112112

113113

114114
1. Refresh the **Object Explorer** view in SQL Server Management Studio (SSMS), and verify that the migrated instance is now the primary replica.
@@ -118,10 +118,10 @@ For details about configuring and managing the quorum, see [Failover Clustering
118118
> Migrate one replica at a time and verify that all changes are synchronized back to the replica after each migration. Do not migrate all the replicas at the same time using **HCX Bulk Migration**.
119119
1. After the migration of all the replicas is completed, access your Always-On availability group with **SQL Server Management Studio**.
120120
1. Open the Dashboard and verify there is no data loss in any of the replicas and that all are in a **Synchronized** state.
121-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-7.png" alt-text="Diagram showing availability Group Dashboard with new primary replica and all migrated secondary replicas in synchronized state." border="false":::
121+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-7.png" alt-text="Diagram showing availability Group Dashboard with new primary replica and all migrated secondary replicas in synchronized state." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-7.png":::
122122
1. Edit the **Properties** of the availability group and set **Failover Mode** to **Automatic** in all replicas.
123123

124-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-8.png" alt-text="Diagram showing a setting for failover back to Automatic for all replicas." border="false":::
124+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-8.png" alt-text="Diagram showing a setting for failover back to Automatic for all replicas." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-8.png":::
125125

126126
## Next steps
127127

articles/azure-vmware/migrate-sql-server-failover-cluster.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ For illustration purposes, in this document we're using a two-node cluster with
7575
1. Access the first node of the cluster and open **Failover Cluster Manager**.
7676
1. Verify that the second node is in **Offline** state and that all clustered services and storage are under the control of the first node.
7777

78-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-1.png" alt-text="Diagram showing Windows Server Failover Cluster Manager cluster storage verification." border="false":::
78+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-1.png" alt-text="Diagram showing Windows Server Failover Cluster Manager cluster storage verification." border="false" lightbox="media/sql-server-hybrid-benefit/sql-failover-1.png":::
7979

8080
1. Shut down the cluster.
8181

82-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-2.png" alt-text="Diagram showing a shut down cluster using Windows Server Failover Cluster Manager." border="false":::
82+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-2.png" alt-text="Diagram showing a shut down cluster using Windows Server Failover Cluster Manager." border="false" lightbox="media/sql-server-hybrid-benefit/sql-failover-2.png":::
8383

8484
1. Check that all cluster services are successfully stopped without errors.
8585
1. Shut down first node of the cluster.
@@ -111,17 +111,17 @@ For illustration purposes, in this document we're using a two-node cluster with
111111
1. Access the first node VM with **VMware Remote Console**.
112112
1. Verify virtual machine network configuration and ensure it can reach on-premises and Azure resources.
113113
1. Open **Failover Cluster Manager** and verify cluster services.
114-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-3.png" alt-text="Diagram showing a cluster summary in Failover Cluster Manager." border="false":::
114+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-3.png" alt-text="Diagram showing a cluster summary in Failover Cluster Manager." border="false" lightbox="media/sql-server-hybrid-benefit/sql-failover-3.png":::
115115

116116
1. Power on the second node virtual machine.
117117
1. Access the second node VM from the **VMware Remote Console**.
118118
1. Verify that Windows Server can reach the storage.
119119
1. In the **Failover Cluster Manager** review that the second node appears as **Online** status.
120-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-4.png" alt-text="Diagram showing a cluster node status in Failover Cluster Manager." border="false":::
120+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-4.png" alt-text="Diagram showing a cluster node status in Failover Cluster Manager." border="false" lightbox="media/sql-server-hybrid-benefit/sql-failover-4.png":::
121121

122122
1. Using the **SQL Server Management Studio** connect to the SQL Server cluster resource network name. Check the database is online and accessible.
123123

124-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-5.png" alt-text="Diagram showing a verification of SQL Server Management Studio connection to the migrated cluster instance database." border="false":::
124+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-failover-5.png" alt-text="Diagram showing a verification of SQL Server Management Studio connection to the migrated cluster instance database." border="false" lightbox="media/sql-server-hybrid-benefit/sql-failover-5.png":::
125125

126126
Finally, check the connectivity to SQL from other systems and applications in your infrastructure and verify that all applications using the database(s) can still access them.
127127

articles/azure-vmware/migrate-sql-server-standalone-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When migrating Microsoft SQL Server Standalone to Azure VMware Solution, VMware
1818

1919
In both cases, consider the size and criticality of the database being migrated. For this how-to procedure, we have validated VMware the HCX vMotion. HCX Cold Migration is also valid, but it requires a longer downtime period.
2020

21-
:::image type="content" source="media/sql-server-hybrid-benefit/migrated-sql-standalone-cluster.png" alt-text="Diagram showing the architecture of standalone SQL server for Azure VMware Solution." border="false":::
21+
:::image type="content" source="media/sql-server-hybrid-benefit/migrated-sql-standalone-cluster.png" alt-text="Diagram showing the architecture of standalone SQL server for Azure VMware Solution." border="false" "lightbox="media/sql-server-hybrid-benefit/migrated-sql-standalone-cluster.png":::
2222

2323
## Prerequisites
2424

@@ -66,7 +66,7 @@ The table below indicates the estimated downtime for each Microsoft SQL Server t
6666

6767

6868

69-
:::image type="content" source="media/sql-server-hybrid-benefit/sql-standalone-1.png" alt-text="Diagram showing a SQL Server Management Studio connection to the migrated database." border="false":::
69+
:::image type="content" source="media/sql-server-hybrid-benefit/sql-standalone-1.png" alt-text="Diagram showing a SQL Server Management Studio connection to the migrated database." border="false" lightbox="media/sql-server-hybrid-benefit/sql-standalone-1.png":::
7070

7171
## Next steps
7272

0 commit comments

Comments
 (0)