Skip to content

Commit 3bc23ce

Browse files
committed
Fix all relative link formats - add .md extension and use /azure/ for cross-repo
- Cross-repo Azure links: Use /azure/ root-relative format (not ../../../azure-docs-pr) * ISO 27001: /azure/compliance/offerings/offering-iso-27001 * ARM templates: /azure/azure-resource-manager/templates/ - Same-repo SQL links: Add .md extension to relative paths * DMA overview: ../../../docs/dma/dma-overview.md * ODBC driver downloads: ../../../docs/connect/odbc/download-odbc-driver-for-sql-server.md (2 links) * OLE DB connection manager: ../../../docs/integration-services/connection-manager/ole-db-connection-manager.md All link formats now follow Microsoft Docs standards per: https://github.com/MicrosoftDocs/Contribute/blob/main/Contribute/content/how-to-write-links.md
1 parent 5ef803b commit 3bc23ce

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

azure-sql/database/security-best-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Unless otherwise stated, we recommend you follow all best practices listed in ea
5656

5757
- [FedRAMP](https://www.fedramp.gov/): AC-04, AC-06
5858
- [SOC](https://www.aicpa-cima.com/resources/landing/system-and-organization-controls-soc-suite-of-services): CM-3, SDL-3
59-
- [ISO/IEC 27001](../../../azure-docs-pr/articles/compliance/offerings/offering-iso-27001): Access Control, Cryptography
59+
- [ISO/IEC 27001](/azure/compliance/offerings/offering-iso-27001): Access Control, Cryptography
6060
- [Microsoft Operational Security Assurance (OSA) practices](https://www.microsoft.com/securityengineering/osa/practices): Practice #1-6 and #9
6161
- [NIST Special Publication 800-53 Security Controls](https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home): AC-5, AC-6
6262
- [PCI DSS](https://www.pcisecuritystandards.org/document_library): 6.3.2, 6.4.2

azure-sql/database/single-database-create-arm-template-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ These resources are defined in the template:
4949
- [**Microsoft.Sql/servers**](/azure/templates/microsoft.sql/servers)
5050
- [**Microsoft.Sql/servers/databases**](/azure/templates/microsoft.sql/servers/databases)
5151

52-
More Azure SQL Database template samples can be found in [Azure Quickstart Templates](../../../azure-docs-pr/articles/azure-resource-manager/templates/).
52+
More Azure SQL Database template samples can be found in [Azure Quickstart Templates](/azure/azure-resource-manager/templates/).
5353

5454
## Deploy the template
5555

azure-sql/migration-guides/virtual-machines/oracle-to-sql-on-azure-vm-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,4 @@ The Data SQL Engineering team developed these resources. This team's core charte
349349
- [Best practices to cost and size workloads migrated to Azure](/azure/cloud-adoption-framework/migrate/azure-best-practices/migrate-best-practices-costs)
350350
- [Change the license model for a SQL virtual machine in Azure](../../virtual-machines/windows/licensing-model-azure-hybrid-benefit-ahb-change.md)
351351
- [Extend support for SQL Server with Azure](../../virtual-machines/windows/sql-server-extend-end-of-support.md)
352-
- [Data Access Migration Toolkit Preview](../../../docs/dma/dma-overview)
352+
- [Data Access Migration Toolkit Preview](../../../docs/dma/dma-overview.md)

docs/connect/odbc/download-odbc-driver-for-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ See also [Installing the macOS driver](linux-mac/install-microsoft-odbc-driver-s
159159

160160
### Older Linux releases
161161

162-
- **Red Hat Enterprise Linux 5 and 6 (64-bit)** - [Download Microsoft ODBC Driver 11 for SQL Server - Red Hat Linux](../../../docs/connect/odbc/download-odbc-driver-for-sql-server)
163-
- **SUSE Linux Enterprise 11 Service Pack 2 (64-bit)** - [Download Microsoft ODBC Driver 11 Preview for SQL Server - SUSE Linux](../../../docs/connect/odbc/download-odbc-driver-for-sql-server)
162+
- **Red Hat Enterprise Linux 5 and 6 (64-bit)** - [Download Microsoft ODBC Driver 11 for SQL Server - Red Hat Linux](../../../docs/connect/odbc/download-odbc-driver-for-sql-server.md)
163+
- **SUSE Linux Enterprise 11 Service Pack 2 (64-bit)** - [Download Microsoft ODBC Driver 11 Preview for SQL Server - SUSE Linux](../../../docs/connect/odbc/download-odbc-driver-for-sql-server.md)
164164

165165
### Release notes for Linux and macOS
166166

docs/integration-services/connection-manager/ole-db-connection-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To use Microsoft Entra authentication with the managed identity for your ADF to
129129

130130
You can then configure the OLEDB provider on your OLEDB connection manager. Here are the options to do this:
131131

132-
- **Configure at design time.** In SSIS Designer, double-click on your OLEDB connection manager to open the **Connection Manager** window. In the **Provider** drop-down list, select [**Microsoft OLEDB Driver for SQL Server**](../../../docs/integration-services/connection-manager/ole-db-connection-manager).
132+
- **Configure at design time.** In SSIS Designer, double-click on your OLEDB connection manager to open the **Connection Manager** window. In the **Provider** drop-down list, select [**Microsoft OLEDB Driver for SQL Server**](../../../docs/integration-services/connection-manager/ole-db-connection-manager.md).
133133

134134
> [!NOTE]
135135
> Other providers in the drop-down list might not support Microsoft Entra authentication with your ADF's managed identity.

0 commit comments

Comments
 (0)