Skip to content

Commit 57ddaec

Browse files
Merge pull request #23649 from alexbuckgit/alexbuckgit/docutune-autopr-20220810-181104-4728074
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute (part 1)
2 parents cf88b02 + f68b787 commit 57ddaec

19 files changed

Lines changed: 43 additions & 42 deletions

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ For more information, see the [Code of Conduct FAQ](https://opensource.microsoft
1313

1414
# Microsoft SQL Server Technical Documentation
1515

16-
You've found the GitHub repository that houses the source for the SQL Server technical documentation published on [https://docs.microsoft.com](https://docs.microsoft.com).
16+
You've found the GitHub repository that houses the source for [SQL Server technical documentation](https://docs.microsoft.com/sql).
1717

1818
## Contribute to documentation
1919

2020
Anyone can submit changes to the SQL Server documentation. For more information, see [How to contribute to SQL Server Documentation](https://aka.ms/editsqldocs).
2121

2222
### Minor corrections
23-
Minor corrections or clarifications that you submit for documentation and code examples in this repo are covered by the [docs.microsoft.com - Terms of Use](https://docs.microsoft.com/legal/termsofuse).
23+
Minor corrections or clarifications that you submit for documentation and code examples in this repo are covered by the [Terms of Use](https://docs.microsoft.com/legal/termsofuse).
2424

2525
### Larger submissions
2626
If you submit a pull request with new content or significant changes to documentation or code examples and you are not an employee of Microsoft, we'll send a comment in GitHub asking you to submit an online Contribution License Agreement (CLA). We will need you to complete the online form before we can accept your pull request.

azure-sql/database/auditing-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ If you chose to write audit logs to an Azure storage account, there are several
202202
- You can view specific dates by clicking **Filter** at the top of the **Audit records** page.
203203
- You can switch between audit records that were created by the *server audit policy* and the *database audit policy* by toggling **Audit Source**.
204204

205-
![Screenshot that shows the options for viewing the audit records.]( ./media/auditing-overview/8_auditing_get_started_blob_audit_records.png)
205+
![Screenshot that shows the options for viewing the audit records.](./media/auditing-overview/8_auditing_get_started_blob_audit_records.png)
206206

207207
- Use the system function **sys.fn_get_audit_file** (T-SQL) to return the audit log data in tabular format. For more information on using this function, see [sys.fn_get_audit_file](/sql/relational-databases/system-functions/sys-fn-get-audit-file-transact-sql).
208208

azure-sql/database/connect-query-dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ monikerRange: "= azuresql || = azuresql-db || = azuresql-mi"
2525
In this quickstart, you'll use [.NET Core](https://dotnet.microsoft.com) and C# code to connect to a database. You'll then run a Transact-SQL statement to query data.
2626

2727
> [!TIP]
28-
> The following Microsoft Learn module helps you learn for free how to [Develop and configure an ASP.NET application that queries a database in Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/)
28+
> This free Learn module shows you how to [Develop and configure an ASP.NET application that queries a database in Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/)
2929
3030
## Prerequisites
3131

azure-sql/database/design-first-database-csharp-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Azure SQL Database is a relational database-as-a-service (DBaaS) in the Microsof
3030
*If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
3131

3232
> [!TIP]
33-
> The following Microsoft Learn module helps you learn for free how to [Develop and configure an ASP.NET application that queries an Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/), including the creation of a simple database.
33+
> This free Learn module shows you how to [Develop and configure an ASP.NET application that queries an Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/), including the creation of a simple database.
3434
3535
## Prerequisites
3636

azure-sql/database/design-first-database-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure SQL Database is a relational database-as-a-service (DBaaS) in the Microsof
3131
*If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
3232

3333
> [!TIP]
34-
> The following Microsoft Learn module helps you learn for free how to [Develop and configure an ASP.NET application that queries an Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/), including the creation of a simple database.
34+
> This free Learn module shows you how to [Develop and configure an ASP.NET application that queries an Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/), including the creation of a simple database.
3535
> [!NOTE]
3636
> For the purpose of this tutorial, we are using Azure SQL Database. You could also use a pooled database in an elastic pool or a SQL Managed Instance. For connectivity to a SQL Managed Instance, see these SQL Managed Instance quickstarts: [Quickstart: Configure Azure VM to connect to an Azure SQL Managed Instance](../managed-instance/connect-vm-instance-configure.md) and [Quickstart: Configure a point-to-site connection to an Azure SQL Managed Instance from on-premises](../managed-instance/point-to-site-p2s-configure.md).
3737

azure-sql/database/quickstart-content-reference-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These quickstarts enable you to quickly create or import your database to Azure
4040

4141
## Hands-on learning modules
4242

43-
The following Microsoft Learn modules help you learn for free about Azure SQL Database.
43+
The following free Learn modules help you learn about Azure SQL Database.
4444

4545
- [Provision a database in SQL Database to store application data](/learn/modules/provision-azure-sql-db/)
4646
- [Develop and configure an ASP.NET application that queries a database in Azure SQL Database](/learn/modules/develop-app-that-queries-azure-sql/)

azure-sql/database/secure-database-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Azure SQL Database secures data by allowing you to:
3838
To learn more, see the [Azure SQL Database security overview](./security-overview.md) and [capabilities](security-overview.md) articles.
3939

4040
> [!TIP]
41-
> The following Microsoft Learn module helps you learn for free about how to [Secure your database in Azure SQL Database](/learn/modules/secure-your-azure-sql-database/).
41+
> This free Learn module shows you how to [Secure your database in Azure SQL Database](/learn/modules/secure-your-azure-sql-database/).
4242
4343
## Prerequisites
4444

@@ -351,4 +351,4 @@ In this tutorial, you've learned to improve the security of your database with j
351351
Advance to the next tutorial to learn how to implement geo-distribution.
352352

353353
> [!div class="nextstepaction"]
354-
>[Implement a geo-distributed database](geo-distributed-application-configure-tutorial.md)
354+
>[Implement a geo-distributed database](geo-distributed-application-configure-tutorial.md)

azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ ms.author: mathoma
2121
> * [Windows](sql-server-on-azure-vm-iaas-what-is-overview.md)
2222
> * [Linux](../linux/sql-server-on-linux-vm-what-is-iaas-overview.md)
2323
24-
This article provides an overview of SQL Server on Azure Virtual Machines (VMs) on the Windows platform.
24+
This article provides an overview of SQL Server on Azure Virtual Machines (VMs) on the Windows platform.
2525

2626
If you're new to SQL Server on Azure VMs, check out the *SQL Server on Azure VM Overview* video from our in-depth [Azure SQL video series](/shows/Azure-SQL-for-Beginners?WT.mc_id=azuresql4beg_azuresql-ch9-niner):
27-
> [!VIDEO https://docs.microsoft.com/shows/Azure-SQL-for-Beginners/SQL-Server-on-Azure-VM-Overview-4-of-61/player]
2827

28+
> [!VIDEO https://docs.microsoft.com/shows/Azure-SQL-for-Beginners/SQL-Server-on-Azure-VM-Overview-4-of-61/player]
2929
3030
## Overview
3131

docs/big-data-cluster/big-data-cluster-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In [!INCLUDE[big-data-cluster](../includes/ssbigdataclusters-ss-nover.md)], Kube
134134
* WATCH: [Big Data Clusters in a Nutshell](https://channel9.msdn.com/Shows/Data-Exposed/Big-Data-Clusters-in-a-Nutshell)
135135
* WATCH: [Introduction to Big Data Cluster on SQL Server 2019 | Virtualization, Kubernetes, and Containers](https://www.youtube.com/watch?v=q7mxWcYqBMM)
136136

137-
Related technologies Microsoft Learn:
137+
Learn modules for related technologies:
138138

139139
* [Introduction to Kubernetes](/learn/modules/intro-to-kubernetes/)
140140
* [Distributed file systems](/learn/modules/cmu-case-study-distributed-file-systems/)

docs/includes/paragraph-content/previous-versions-archive-documentation-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
We accumulate and retain documentation for very old versions of Microsoft SQL Server, in sets of archived webpages. The archived webpages are not processed by search engines, such as Bing.com and Google.com. Yet you can see these archives at our Docs _previous-versions/sql/_ address:
22

3-
- [https://docs.microsoft.com/previous-versions/sql/](/previous-versions/sql/)
3+
- [SQL Server previous versions documentation](/previous-versions/sql/)
44

55
These archives include the documentation for at least the following older versions:
66

@@ -20,4 +20,4 @@ FYI: In the following link syntax to SQL 2014 content, the two 'view' related pa
2020

2121
[SQL Server 2019 documentation](../../sql-server/index.yml?view=sql-server-ver15&preserve-view=true) is available on our main Docs address. Then use the versioning dropdown near the top of the page, to select another version of interest.
2222

23-
For more information about the documentation for previous versions of SQL Server, see [Previous versions of SQL Server documentation](/previous-versions/sql/).
23+
For more information about the documentation for previous versions of SQL Server, see [Previous versions of SQL Server documentation](/previous-versions/sql/).

0 commit comments

Comments
 (0)