Skip to content

Commit 5b3d412

Browse files
authored
Merge pull request #98999 from DennisLee-DennisLee/v-dele-1645361-010
1645361 portal-nav: Updated SQL Data Sync tutorial between SQL Server/Azure SQL db.
2 parents 5d7762b + b0a98e4 commit 5b3d412

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed
57.1 KB
Loading
94.3 KB
Loading
61.4 KB
Loading

articles/sql-database/sql-database-get-started-sql-data-sync.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,20 @@ For PowerShell examples on how to configure SQL Data Sync, see [How to sync betw
2727
2828
## Create sync group
2929

30-
1. In the browser, navigate to the Azure portal. Locate your SQL database from the dashboard or, select the **SQL databases** icon on the toolbar and on the **SQL databases** page, select the database you want to use as the hub database for Data Sync.
30+
1. Go to the [Azure portal](https://portal.azure.com) to find your SQL database. Search for and select **SQL databases**.
31+
32+
![Search for SQL databases, Microsoft Azure portal](media/sql-database-get-started-sql-data-sync/search-for-sql-databases.png)
33+
34+
1. Select the database you want to use as the hub database for Data Sync.
35+
36+
![Select from SQL database list, Microsoft Azure portal](media/sql-database-get-started-sql-data-sync/select-sql-database.png)
3137

3238
> [!NOTE]
33-
> The hub database a sync topology's central endpoint, in which a sync group has multiple database endpoints. All other member databases with endpoints in the sync group, sync with the hub database.
39+
> The hub database is a sync topology's central endpoint, in which a sync group has multiple database endpoints. All other member databases with endpoints in the sync group, sync with the hub database.
3440
35-
1. On the **SQL database** page for the selected database, select **Sync to other databases**.
41+
1. On the **SQL database** menu for the selected database, select **Sync to other databases**.
3642

37-
![Sync to other databases option](media/sql-database-get-started-sql-data-sync/datasync-overview.png)
43+
![Sync to other databases, SQL database, Microsoft Azure portal](media/sql-database-get-started-sql-data-sync/sync-to-other-databases.png)
3844

3945
1. On the **Sync to other databases** page, select **New Sync Group**. The **New sync group** page opens with **Create sync group (step 1)** highlighted.
4046

0 commit comments

Comments
 (0)