Skip to content

Commit 5ef803b

Browse files
committed
Convert Azure cross-repo links to relative paths
- ISO 27001 compliance link: https://learn.microsoft.com/azure/compliance/... → ../../../azure-docs-pr/articles/compliance/... - ARM templates link: https://learn.microsoft.com/azure/azure-resource-manager/templates/ → ../../../azure-docs-pr/articles/azure-resource-manager/templates/ Using cross-repo relative links for better maintainability and consistent linking strategy.
1 parent 456fda3 commit 5ef803b

2 files changed

Lines changed: 2 additions & 2 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](https://learn.microsoft.com/azure/compliance/offerings/offering-iso-27001): Access Control, Cryptography
59+
- [ISO/IEC 27001](../../../azure-docs-pr/articles/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](https://learn.microsoft.com/azure/azure-resource-manager/templates/).
52+
More Azure SQL Database template samples can be found in [Azure Quickstart Templates](../../../azure-docs-pr/articles/azure-resource-manager/templates/).
5353

5454
## Deploy the template
5555

0 commit comments

Comments
 (0)