Skip to content

Commit b3e9f07

Browse files
committed
renamed data sync files
1 parent 592e45a commit b3e9f07

30 files changed

+131
-133
lines changed

.openpublishing.redirection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52249,7 +52249,7 @@
5224952249
},
5225052250
{
5225152251
"source_path": "articles/sql-database/sql-database-data-sync-agent.md",
52252-
"redirect_url": "/azure/azure-sql/database/data-sync-agent",
52252+
"redirect_url": "/azure/azure-sql/database/sql-data-sync-agent-overview",
5225352253
"redirect_document_id": true
5225452254
},
5225552255
{
@@ -52459,7 +52459,7 @@
5245952459
},
5246052460
{
5246152461
"source_path": "articles/sql-database/sql-database-get-started-sql-data-sync.md",
52462-
"redirect_url": "/azure/azure-sql/database/data-sync-sql-server-configure",
52462+
"redirect_url": "/azure/azure-sql/database/sql-data-sync-sql-server-configure",
5246352463
"redirect_document_id": true
5246452464
},
5246552465
{

articles/azure-sql/database/data-sync-sql-server-configure.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ For PowerShell examples on how to configure SQL Data Sync, see [How to sync betw
2929

3030
1. Go to the [Azure portal](https://portal.azure.com) to find your SQL database. Search for and select **SQL databases**.
3131

32-
![Search for SQL databases, Microsoft Azure portal](./media/data-sync-sql-server-configure/search-for-sql-databases.png)
32+
![Search for SQL databases, Microsoft Azure portal](./media/sql-data-sync-sql-server-configure/search-for-sql-databases.png)
3333

3434
1. Select the database you want to use as the hub database for Data Sync.
3535

36-
![Select from SQL database list, Microsoft Azure portal](./media/data-sync-sql-server-configure/select-sql-database.png)
36+
![Select from SQL database list, Microsoft Azure portal](./media/sql-data-sync-sql-server-configure/select-sql-database.png)
3737

3838
> [!NOTE]
3939
> 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.
4040
4141
1. On the **SQL database** menu for the selected database, select **Sync to other databases**.
4242

43-
![Sync to other databases, SQL database, Microsoft Azure portal](./media/data-sync-sql-server-configure/sync-to-other-databases.png)
43+
![Sync to other databases, SQL database, Microsoft Azure portal](./media/sql-data-sync-sql-server-configure/sync-to-other-databases.png)
4444

4545
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.
4646

47-
![Step 1 settings](./media/data-sync-sql-server-configure/stepone.png)
47+
![Step 1 settings](./media/sql-data-sync-sql-server-configure/stepone.png)
4848

4949
On the **Create Data Sync Group** page, change the following settings:
5050

@@ -66,13 +66,13 @@ After the new sync group is created and deployed, **Add sync members (step 2)**
6666

6767
In the **Hub Database** section, enter existing credentials for the server on which the hub database is located. Don't enter *new* credentials in this section.
6868

69-
![Step 2 settings](./media/data-sync-sql-server-configure/steptwo.png)
69+
![Step 2 settings](./media/sql-data-sync-sql-server-configure/steptwo.png)
7070

7171
### To add an Azure SQL Database
7272

7373
In the **Member Database** section, optionally add an Azure SQL Database to the sync group by selecting **Add an Azure SQL Database**. The **Configure Azure SQL Database** page opens.
7474

75-
![Step 2 - configure database](./media/data-sync-sql-server-configure/steptwo-configure.png)
75+
![Step 2 - configure database](./media/sql-data-sync-sql-server-configure/steptwo-configure.png)
7676

7777
On the **Configure Azure SQL Database** page, change the following settings:
7878

@@ -95,7 +95,7 @@ In the **Member Database** section, optionally add an on-premises SQL Server to
9595

9696
1. Select **Choose the Sync Agent Gateway**. The **Select Sync Agent** page opens.
9797

98-
![Creating a sync agent](./media/data-sync-sql-server-configure/steptwo-agent.png)
98+
![Creating a sync agent](./media/sql-data-sync-sql-server-configure/steptwo-agent.png)
9999

100100
1. On the **Choose the Sync Agent** page, choose whether to use an existing agent or create an agent.
101101

@@ -116,32 +116,32 @@ In the **Member Database** section, optionally add an on-premises SQL Server to
116116

117117
1. On the SQL Server computer, locate and run the Client Sync Agent app.
118118

119-
![The data sync client agent app](./media/data-sync-sql-server-configure/datasync-preview-clientagent.png)
119+
![The data sync client agent app](./media/sql-data-sync-sql-server-configure/datasync-preview-clientagent.png)
120120

121121
1. In the sync agent app, select **Submit Agent Key**. The **Sync Metadata Database Configuration** dialog box opens.
122122

123123
1. In the **Sync Metadata Database Configuration** dialog box, paste in the agent key copied from the Azure portal. Also provide the existing credentials for the server on which the metadata database is located. (If you created a metadata database, this database is on the same server as the hub database.) Select **OK** and wait for the configuration to finish.
124124

125-
![Enter the agent key and server credentials](./media/data-sync-sql-server-configure/datasync-preview-agent-enterkey.png)
125+
![Enter the agent key and server credentials](./media/sql-data-sync-sql-server-configure/datasync-preview-agent-enterkey.png)
126126

127127
> [!NOTE]
128128
> If you get a firewall error, create a firewall rule on Azure to allow incoming traffic from the SQL Server computer. You can create the rule manually in the portal or in SQL Server Management Studio (SSMS). In SSMS, connect to the hub database on Azure by entering its name as <hub_database_name>.database.windows.net.
129129
130130
1. Select **Register** to register a SQL Server database with the agent. The **SQL Server Configuration** dialog box opens.
131131

132-
![Add and configure a SQL Server database](./media/data-sync-sql-server-configure/datasync-preview-agent-adddb.png)
132+
![Add and configure a SQL Server database](./media/sql-data-sync-sql-server-configure/datasync-preview-agent-adddb.png)
133133

134134
1. In the **SQL Server Configuration** dialog box, choose to connect using SQL Server authentication or Windows authentication. If you choose SQL Server authentication, enter the existing credentials. Provide the SQL Server name and the name of the database that you want to sync and select **Test connection** to test your settings. Then select **Save** and the registered database appears in the list.
135135

136-
![SQL Server database is now registered](./media/data-sync-sql-server-configure/datasync-preview-agent-dbadded.png)
136+
![SQL Server database is now registered](./media/sql-data-sync-sql-server-configure/datasync-preview-agent-dbadded.png)
137137

138138
1. Close the Client Sync Agent app.
139139

140140
1. In the portal, on the **Configure On-Premises** page, select **Select the Database**.
141141

142142
1. On the **Select Database** page, in the **Sync Member Name** field, provide a name for the new sync member. This name is distinct from the name of the database itself. Select the database from the list. In the **Sync Directions** field, select **Bi-directional Sync**, **To the Hub**, or **From the Hub**.
143143

144-
![Select the on premises database](./media/data-sync-sql-server-configure/datasync-preview-selectdb.png)
144+
![Select the on premises database](./media/sql-data-sync-sql-server-configure/datasync-preview-selectdb.png)
145145

146146
1. Select **OK** to close the **Select Database** page. Then select **OK** to close the **Configure On-Premises** page and wait for the new sync member to be created and deployed. Finally, select **OK** to close the **Select sync members** page.
147147

@@ -152,7 +152,7 @@ In the **Member Database** section, optionally add an on-premises SQL Server to
152152

153153
After the new sync group members are created and deployed, **Configure sync group (step 3)** is highlighted in the **New sync group** page.
154154

155-
![Step 3 settings](./media/data-sync-sql-server-configure/stepthree.png)
155+
![Step 3 settings](./media/sql-data-sync-sql-server-configure/stepthree.png)
156156

157157
1. On the **Tables** page, select a database from the list of sync group members and select **Refresh schema**.
158158

@@ -162,7 +162,7 @@ After the new sync group members are created and deployed, **Configure sync grou
162162

163163
1. By default, databases are not synced until scheduled or manually run. To run a manual sync, navigate to your SQL database in the Azure portal, select **Sync to other databases**, and select the sync group. The **Data Sync** page opens. Select **Sync**.
164164

165-
![Manual sync](./media/data-sync-sql-server-configure/datasync-sync.png)
165+
![Manual sync](./media/sql-data-sync-sql-server-configure/datasync-sync.png)
166166

167167
## FAQ
168168

@@ -222,15 +222,15 @@ After you export a database as a *.bacpac* file and import the file to create a
222222

223223
**Where can I find information on the client agent?**
224224

225-
For frequently asked questions about the client agent, see [Agent FAQ](data-sync-agent.md#agent-faq).
225+
For frequently asked questions about the client agent, see [Agent FAQ](sql-data-sync-agent-overview.md#agent-faq).
226226

227227
## Next steps
228228

229229
Congratulations. You've created a sync group that includes both a SQL Database instance and a SQL Server database.
230230

231231
For more info about SQL Data Sync, see:
232232

233-
- [Data Sync Agent for Azure SQL Data Sync](data-sync-agent.md)
233+
- [Data Sync Agent for Azure SQL Data Sync](sql-data-sync-agent-overview.md)
234234
- [Best practices](sql-data-sync-best-practices.md) and [How to troubleshoot issues with Azure SQL Data Sync](sql-data-sync-troubleshoot.md)
235235
- [Monitor SQL Data Sync with Azure Monitor logs](sql-data-sync-monitor-sync)
236236
- [Update the sync schema with Transact-SQL](sql-data-sync-update-sync-schema.md) or [PowerShell](scripts/update-sync-schema-in-sync-group.md)

articles/azure-sql/database/features-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The Azure platform provides a number of PaaS capabilities that are added as an a
132132
| Scaling up or down (online) | Yes, you can either change DTU or reserved vCores or max storage with the minimal downtime. | Yes, you can change reserved vCores or max storage with the minimal downtime. |
133133
| [SQL Alias](https://docs.microsoft.com/sql/database-engine/configure-windows/create-or-delete-a-server-alias-for-use-by-a-client) | No, use [DNS Alias](dns-alias-overview.md) | No, use [Clicongf](https://techcommunity.microsoft.com/t5/Azure-Database-Support-Blog/Lesson-Learned-33-How-to-make-quot-cliconfg-quot-to-work-with/ba-p/369022) to set up alias on the client machines. |
134134
| [SQL Analytics](https://docs.microsoft.com/azure/azure-monitor/insights/azure-sql) | Yes | Yes |
135-
| [SQL Data Sync](data-sync-sql-server-configure.md) | Yes | No |
135+
| [SQL Data Sync](sql-data-sync-sql-server-configure.md) | Yes | No |
136136
| [SQL Server Analysis Services (SSAS)](https://docs.microsoft.com/sql/analysis-services/analysis-services) | No, [Azure Analysis Services](https://azure.microsoft.com/services/analysis-services/) is a separate Azure cloud service. | No, [Azure Analysis Services](https://azure.microsoft.com/services/analysis-services/) is a separate Azure cloud service. |
137137
| [SQL Server Integration Services (SSIS)](https://docs.microsoft.com/sql/integration-services/sql-server-integration-services) | Yes, with a managed SSIS in Azure Data Factory (ADF) environment, where packages are stored in SSISDB hosted by Azure SQL Database and executed on Azure SSIS Integration Runtime (IR), see [Create Azure-SSIS IR in ADF](https://docs.microsoft.com/azure/data-factory/create-azure-ssis-integration-runtime). <br/><br/>To compare the SSIS features in SQL Database and SQL Managed Instance, see [Compare SQL Database to SQL Managed Instance](../../data-factory/create-azure-ssis-integration-runtime.md#comparison-of-a-azure-sql-database-elastic-pool-and-sql-managed-instance). | Yes, with a managed SSIS in Azure Data Factory (ADF) environment, where packages are stored in SSISDB hosted by SQL Managed Instance and executed on Azure SSIS Integration Runtime (IR), see [Create Azure-SSIS IR in ADF](https://docs.microsoft.com/azure/data-factory/create-azure-ssis-integration-runtime). <br/><br/>To compare the SSIS features in SQL Database and SQL Managed Instance, see [Compare SQL Database to SQL Managed Instance](../../data-factory/create-azure-ssis-integration-runtime.md#comparison-of-a-azure-sql-database-elastic-pool-and-sql-managed-instance). |
138138
| [SQL Server Reporting Services (SSRS)](https://docs.microsoft.com/sql/reporting-services/create-deploy-and-manage-mobile-and-paginated-reports) | No - [see Power BI](https://docs.microsoft.com/power-bi/) | No - [see Power BI](https://docs.microsoft.com/power-bi/) |

articles/azure-sql/database/how-to-content-reference-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In this article you can find a content reference of various guides, scripts, and
7575
### Data sync
7676

7777
- [SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md)
78-
- [Data Sync Agent](data-sync-agent.md)
78+
- [Data Sync Agent](sql-data-sync-agent-overview.md)
7979
- [Replicate schema changes](sql-data-sync-update-sync-schema.md)
8080
- [Monitor with OMS](sql-data-sync-monitor-sync)
8181
- [Best practices for Data Sync](sql-data-sync-best-practices.md)

0 commit comments

Comments
 (0)