Skip to content

Commit 456fda3

Browse files
committed
Fix 6 broken links and 1 trailing space issue
Broken link fixes (using relative links where possible): - ISO 27001 security link → Azure compliance documentation - Azure ARM templates link → ARM templates documentation - Migration toolkit marketplace → Data Migration Assistant (relative: ../../../docs/dma/dma-overview) - ODBC driver fwlinks (2x) → Direct documentation (relative links) - OLE DB connection manager fwlink → Documentation page (relative link) Trailing space fix: - Removed trailing space from SQL Server 2022 licensing PDF URL (was causing false positive 404) All Microsoft Learn /sql/ URLs converted to relative links for better maintainability. All replacement links verified and ms.date metadata updated.
1 parent 2a20a5d commit 456fda3

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article provides common security requirements and best practic
55
author: VanMSFT
66
ms.author: vanto
77
ms.reviewer: wiassaf, mathoma, randolphwest
8-
ms.date: 06/13/2025
8+
ms.date: 11/19/2025
99
ms.service: azure-sql
1010
ms.subservice: security
1111
ms.topic: article
@@ -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](https://www.iso27001security.com/html/27001.html): Access Control, Cryptography
59+
- [ISO/IEC 27001](https://learn.microsoft.com/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create a single database in Azure SQL Database using an Azure Resou
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: mathoma
7-
ms.date: 09/17/2024
7+
ms.date: 11/19/2025
88
ms.service: azure-sql-database
99
ms.subservice: deployment-configuration
1010
ms.topic: quickstart
@@ -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](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Sql&pageNumber=1&sort=Popular).
52+
More Azure SQL Database template samples can be found in [Azure Quickstart Templates](https://learn.microsoft.com/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This guide teaches you to migrate your Oracle schemas to SQL Server
55
author: nilabjaball
66
ms.author: niball
77
ms.reviewer: mathoma, randolphwest
8-
ms.date: 09/17/2025
8+
ms.date: 11/19/2025
99
ms.service: azure-vm-sql-server
1010
ms.subservice: migration-guide
1111
ms.topic: how-to
@@ -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](https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit)
352+
- [Data Access Migration Toolkit Preview](../../../docs/dma/dma-overview)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Download ODBC Driver for SQL Server
33
description: Download the Microsoft ODBC Driver for SQL Server to develop native-code applications that connect to SQL Server and Azure SQL Database.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 09/26/2025
6+
ms.date: 11/19/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -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](https://go.microsoft.com/fwlink/?LinkId=267321)
163-
- **SUSE Linux Enterprise 11 Service Pack 2 (64-bit)** - [Download Microsoft ODBC Driver 11 Preview for SQL Server - SUSE Linux](https://go.microsoft.com/fwlink/?LinkId=264916)
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)
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**](https://go.microsoft.com/fwlink/?linkid=871294).
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).
133133

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

docs/sql-server/azure-arc/includes/license-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following table identifies the capabilities and use rights offered with each
1818
| [Flexible Virtualization Benefit licensing guide](https://download.microsoft.com/download/9/3/d/93d32de6-f268-45ed-ba25-2f9a6756b6af/SQL_Server_2022_Licensing_guide.pdf)| No | Yes | Yes |
1919
| [Option to license by virtual machine](https://download.microsoft.com/download/9/3/d/93d32de6-f268-45ed-ba25-2f9a6756b6af/SQL_Server_2022_Licensing_guide.pdf) | No | Yes | Yes |
2020
| [Free Power BI Report Server license](../manage-license-billing.md#manage-ssxs) | Yes<sup>1</sup> | Yes | Yes |
21-
| [180-day dual-use benefit](https://download.microsoft.com/download/9/3/d/93d32de6-f268-45ed-ba25-2f9a6756b6af/SQL_Server_2022_Licensing_guide.pdf ) | No | Yes | Yes |
21+
| [180-day dual-use benefit](https://download.microsoft.com/download/9/3/d/93d32de6-f268-45ed-ba25-2f9a6756b6af/SQL_Server_2022_Licensing_guide.pdf) | No | Yes | Yes |
2222
| [Connect your SQL Server to Azure Arc](../connect.md)<sup>2</sup> | Yes | Yes | Yes |
2323
| [ESU Subscription](../extended-security-updates.md) | No | Yes | Yes |
2424
| [SQL Server inventory](../overview.md#manage-your-sql-server-instances-at-scale-from-a-single-point-of-control) | Yes | Yes | Yes |

0 commit comments

Comments
 (0)