Skip to content

Commit 09b670c

Browse files
committed
fixing things
1 parent 77418e5 commit 09b670c

20 files changed

+32
-32
lines changed

articles/app-service/manage-scale-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If your app depends on other services, such as Azure SQL Database or Azure Stora
6363

6464
![Navigate to resource group page to scale up your Azure app](./media/web-sites-scale/ResourceGroup.png)
6565

66-
To scale up the related resource, see the documentation for the specific resource type. For example, to scale up a single SQL Database, see [Scale single database resources in Azure SQL Database](../azure-sql/database/scale-single-database.md). To scale up a Azure Database for MySQL resource, see [Scale MySQL resources](../mysql/concepts-pricing-tiers.md#scale-resources).
66+
To scale up the related resource, see the documentation for the specific resource type. For example, to scale up a single SQL Database, see [Scale single database resources in Azure SQL Database](../azure-sql/database/single-database-scale.md). To scale up a Azure Database for MySQL resource, see [Scale MySQL resources](../mysql/concepts-pricing-tiers.md#scale-resources).
6767

6868
<a name="OtherFeatures"></a>
6969
<a name="devfeatures"></a>

articles/azure-sql/database/data-sync-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 12/20/2018
1414
---
1515
# Data Sync Agent for SQL Data Sync
1616

17-
Sync data with on-premises SQL Server databases by installing and configuring the Data Sync Agent for SQL Data Sync in Azure. For more info about SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with SQL Data Sync](sql-data-sync-data-sql-server-sql-database).
17+
Sync data with on-premises SQL Server databases by installing and configuring the Data Sync Agent for SQL Data Sync in Azure. For more info about SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md).
1818

1919
> [!IMPORTANT]
2020
> SQL Data Sync does **not** support Azure SQL Managed Instance at this time.
@@ -312,7 +312,7 @@ SqlDataSyncAgentCommand.exe -action "updatecredential" -serverName localhost -da
312312

313313
For more info about SQL Data Sync, see the following articles:
314314

315-
- Overview - [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](sql-data-sync-data-sql-server-sql-database)
315+
- Overview - [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](sql-data-sync-data-sql-server-sql-database.md)
316316
- Set up Data Sync
317317
- In the portal - [Tutorial: Set up SQL Data Sync to sync data between Azure SQL Database and SQL Server on-premises](data-sync-sql-server-configure.md)
318318
- With PowerShell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, you learn how to set up SQL Data Sync by creating a sync group
1818

1919
The tutorial assumes you have at least some prior experience with SQL Database and SQL Server.
2020

21-
For an overview of SQL Data Sync, see [Sync data across cloud and on-premises databases with SQL Data Sync](sql-data-sync-data-sql-server-sql-database).
21+
For an overview of SQL Data Sync, see [Sync data across cloud and on-premises databases with SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md).
2222

2323
For PowerShell examples on how to configure SQL Data Sync, see [How to sync between SQL databases](scripts/sql-data-sync-sync-data-between-sql-databases.md) or [an Azure SQL Database and a SQL Server on-premises database](scripts/sql-data-sync-sync-data-between-azure-onprem.md)
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In this article you can find a content reference of various guides, scripts, and
7474

7575
### Data sync
7676

77-
- [SQL Data Sync](sql-data-sync-data-sql-server-sql-database)
77+
- [SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md)
7878
- [Data Sync Agent](data-sync-agent.md)
7979
- [Replicate schema changes](sql-data-sync-update-sync-schema.md)
8080
- [Monitor with OMS](sql-data-sync-monitor-sync)

articles/azure-sql/database/manage-data-after-migrating-to-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ SQL Database uses some smart techniques that allow it to handle certain classes
323323

324324
You have several ways to achieve this:
325325

326-
- **[Data Sync](sql-data-sync-data-sql-server-sql-database)** – This feature helps you synchronize data bi-directionally between multiple on-premises SQL Server databases and SQL Database. To sync with on-premises SQL Server databases, you need to install and configure sync agent on a local computer and open the outbound TCP port 1433.
326+
- **[Data Sync](sql-data-sync-data-sql-server-sql-database.md)** – This feature helps you synchronize data bi-directionally between multiple on-premises SQL Server databases and SQL Database. To sync with on-premises SQL Server databases, you need to install and configure sync agent on a local computer and open the outbound TCP port 1433.
327327
- **[Transaction Replication](https://azure.microsoft.com/blog/transactional-replication-to-azure-sql-database-is-now-generally-available/)** – With transaction replication you can synchronize your data from on-premises to Azure SQL Database with the on-premises being the publisher and the Azure SQL Database being the subscriber. For now, only this setup is supported. For more information on how to migrate your data from on-premises to Azure SQL with minimal downtime, see: [Use Transaction Replication](migrate-to-database-from-sql-server.md#method-2-use-transactional-replication)
328328

329329
## Next steps

articles/azure-sql/database/scripts/sql-data-sync-sync-data-between-azure-onprem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This PowerShell example configures Data Sync to sync between an Azure SQL Databa
2222

2323
If you choose to install and use the PowerShell locally, this tutorial requires AZ PowerShell 1.4.0 or later. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
2424

25-
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with SQL Data Sync im Azure](../sql-data-sync-data-sql-server-sql-database).
25+
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with SQL Data Sync im Azure](../sql-data-sync-data-sql-server-sql-database.md).
2626

2727
> [!IMPORTANT]
2828
> SQL Data Sync does not support Azure SQL Managed Instance at this time.
@@ -305,7 +305,7 @@ Additional SQL Database PowerShell script samples can be found in [Azure SQL Dat
305305

306306
For more info about SQL Data Sync, see:
307307

308-
- Overview - [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](../sql-data-sync-data-sql-server-sql-database)
308+
- Overview - [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](../sql-data-sync-data-sql-server-sql-database.md)
309309
- Set up Data Sync
310310
- In the portal - [Tutorial: Set up SQL Data Sync to sync data between Azure SQL Database and SQL Server on-premises](../data-sync-sql-server-configure.md)
311311
- With PowerShell

articles/azure-sql/database/scripts/sql-data-sync-sync-data-between-sql-databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This PowerShell example configures SQL Data Sync to sync between multiple Azure
2222

2323
If you choose to install and use the PowerShell locally, this tutorial requires AZ PowerShell 1.4.0 or later. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
2424

25-
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](../sql-data-sync-data-sql-server-sql-database).
25+
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](../sql-data-sync-data-sql-server-sql-database.md).
2626

2727
> [!IMPORTANT]
2828
> SQL Data Sync does not support Azure SQL Managed Instance at this time.
@@ -288,7 +288,7 @@ Additional SQL Database PowerShell script samples can be found in [Azure SQL Dat
288288

289289
For more info about SQL Data Sync, see:
290290

291-
- Overview - [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](../sql-data-sync-data-sql-server-sql-database)
291+
- Overview - [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](../sql-data-sync-data-sql-server-sql-database.md)
292292
- Set up Data Sync
293293
- In the portal - [Tutorial: Set up SQL Data Sync to sync data between Azure SQL Database and SQL Server on-premises](../data-sync-sql-server-configure.md)
294294
- With PowerShell

articles/azure-sql/database/scripts/update-sync-schema-in-sync-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This PowerShell example updates the sync schema in an existing SQL Data Sync syn
2222

2323
If you choose to install and use the PowerShell locally, this tutorial requires AZ PowerShell 1.4.0 or later. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
2424

25-
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](../sql-data-sync-data-sql-server-sql-database).
25+
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](../sql-data-sync-data-sql-server-sql-database.md).
2626

2727
> [!IMPORTANT]
2828
> SQL Data Sync does not support Azure SQL Managed Instance at this time.
@@ -85,7 +85,7 @@ Additional SQL database PowerShell script samples can be found in [Azure SQL Dat
8585

8686
For more info about SQL Data Sync, see:
8787

88-
- Overview - [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](../sql-data-sync-data-sql-server-sql-database)
88+
- Overview - [Sync data across multiple cloud and on-premises databases with SQL Data Sync in Azure](../sql-data-sync-data-sql-server-sql-database.md)
8989
- Set up Data Sync
9090
- In the portal - [Tutorial: Set up SQL Data Sync to sync data between Azure SQL Database and SQL Server on-premises](../data-sync-sql-server-configure.md)
9191
- With PowerShell

articles/azure-sql/database/sql-data-sync-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 12/20/2018
1616

1717
This article describes best practices for Azure SQL Data Sync.
1818

19-
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](sql-data-sync-data-sql-server-sql-database).
19+
For an overview of SQL Data Sync, see [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md).
2020

2121
> [!IMPORTANT]
2222
> Azure SQL Data Sync does **not** support Azure SQL Managed Instance at this time.
@@ -223,7 +223,7 @@ To mitigate this issue, please scale up your sync metadata database to have a hi
223223
## Next steps
224224
For more information about SQL Data Sync, see:
225225

226-
- Overview - [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](sql-data-sync-data-sql-server-sql-database)
226+
- Overview - [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md)
227227
- Set up Data Sync
228228
- In the portal - [Tutorial: Set up SQL Data Sync to sync data between Azure SQL Database and SQL Server on-premises](data-sync-sql-server-configure.md)
229229
- With PowerShell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Data Sync uses a hub and spoke topology to synchronize data. You define one of t
3333
> [!NOTE]
3434
> If you're using an on premises database as a member database, you have to [install and configure a local sync agent](data-sync-sql-server-configure.md#add-on-prem).
3535
36-
![Sync data between databases](./media/sql-data-sync-data-sql-server-sql-database/sync-data-overview.png)
36+
![Sync data between databases](./media/sql-data-sync-data-sql-server-sql-database.md/sync-data-overview.png)
3737

3838
A Sync Group has the following properties:
3939

0 commit comments

Comments
 (0)