Skip to content

Commit f717fc5

Browse files
authored
Merge pull request #115456 from MashaMSFT/tocfix
renamed data sync files
2 parents 592e45a + 3dca79c commit f717fc5

37 files changed

+490
-475
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 3 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
{
@@ -52954,7 +52954,7 @@
5295452954
},
5295552955
{
5295652956
"source_path": "articles/sql-database/sql-database-glossary-terms.md",
52957-
"redirect_url": "/azure/azure-sql/database/glossary-terms",
52957+
"redirect_url": "/azure/azure-sql/glossary-terms",
5295852958
"redirect_document_id": true
5295952959
},
5296052960
{

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ 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)
80-
- [Monitor with OMS](sql-data-sync-monitor-sync)
80+
- [Monitor with OMS](sql-data-sync-monitor-sync.md)
8181
- [Best practices for Data Sync](sql-data-sync-best-practices.md)
8282
- [Troubleshoot Data Sync](sql-data-sync-troubleshoot.md)
8383

0 commit comments

Comments
 (0)