Skip to content

Commit 5827b53

Browse files
committed
fixing issues from previous pr MicrosoftDocs/azure-docs-pr#115199
1 parent b24a6dd commit 5827b53

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

articles/azure-sql/database/network-access-controls-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ Private Link allows you to connect to a server via a **private endpoint**. A pri
152152
- For an overview of Azure SQL Database security, see [Securing your database](../../sql-database/sql-database-security-overview.md)
153153

154154
<!--Image references-->
155-
[1]: ../../sql-database/media/quickstart-create-single-database/new-server2.png
156-
[2]: ../../sql-database/media/quickstart-create-single-database/manage-server-firewall.png
155+
[1]: media/quickstart-create-single-database/new-server2.png
156+
[2]: media/quickstart-create-single-database/manage-server-firewall.png

articles/azure-sql/database/private-endpoint-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ PolyBase is commonly used to load data into Azure Synapse Analytics from Azure S
180180
- For an overview of Azure SQL Database connectivity, see [Azure SQL Connectivity Architecture](connectivity-architecture.md)
181181

182182
<!--Image references-->
183-
[1]: ../../sql-database/media/quickstart-create-single-database/pe-connect-overview.png
184-
[2]: ../../sql-database/media/quickstart-create-single-database/telnet-result.png
185-
[3]: ../../sql-database/media/quickstart-create-single-database/pec-list-before.png
186-
[4]: ../../sql-database/media/quickstart-create-single-database/pec-approve.png
187-
[5]: ../../sql-database/media/quickstart-create-single-database/pec-list-after.png
188-
[6]: ../../sql-database/media/quickstart-create-single-database/pec-select.png
183+
[1]: media/quickstart-create-single-database/pe-connect-overview.png
184+
[2]: media/quickstart-create-single-database/telnet-result.png
185+
[3]: media/quickstart-create-single-database/pec-list-before.png
186+
[4]: media/quickstart-create-single-database/pec-approve.png
187+
[5]: media/quickstart-create-single-database/pec-list-after.png
188+
[6]: media/quickstart-create-single-database/pec-select.png

articles/azure-sql/database/sql-data-sync-update-sync-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article introduces a solution to automatically replicate schema changes to
2525
This article uses ALTER TABLE as an example of a schema change, but this solution also works for other types of schema changes.
2626

2727
> [!IMPORTANT]
28-
> We recommend that you read this article carefully, especially the sections about [Troubleshooting](#troubleshoot) and [Other considerations](#other), before you start to implement automated schema change replication in your sync environment. We also recommend that you read [Sync data across multiple cloud and on-premises databases with SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md.md). Some database operations may break the solution described in this article. Additional domain knowledge of SQL Server and Transact-SQL may be required to troubleshoot those issues.
28+
> We recommend that you read this article carefully, especially the sections about [Troubleshooting](#troubleshoot) and [Other considerations](#other), before you start to implement automated schema change replication in your sync environment. We also recommend that you read [Sync data across multiple cloud and on-premises databases with SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md). Some database operations may break the solution described in this article. Additional domain knowledge of SQL Server and Transact-SQL may be required to troubleshoot those issues.
2929
3030
![Automating the replication of schema changes](./media/sql-data-sync-update-sync-schema/automate-schema-changes.png)
3131

@@ -215,7 +215,7 @@ If you want to clean up the records in the schema change tracking table, use DEL
215215

216216
For more info about SQL Data Sync, see:
217217

218-
- Overview - [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md.md)
218+
- Overview - [Sync data across multiple cloud and on-premises databases with Azure SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md)
219219
- Set up Data Sync
220220
- 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)
221221
- With PowerShell

articles/sql-database/sql-database-connectivity-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ az resource update --ids %sqlserverid% --set properties.connectionType=Proxy
143143
- For information on how to change the connection policy for a server, see [conn-policy](https://docs.microsoft.com/cli/azure/sql/server/conn-policy).
144144

145145
<!--Image references-->
146-
[1]: ./media/sql-database-get-started-portal/manage-connectivity-settings.png
146+
[1]: ../azure-sq/database/media/quickstart-create-single-database/manage-connectivity-settings.png

0 commit comments

Comments
 (0)