Skip to content

Commit 34e39b5

Browse files
committed
Updating metadata and Applies-To-Linux headers
1 parent d90ccc7 commit 34e39b5

59 files changed

Lines changed: 110 additions & 609 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<Token>**THIS TOPIC APPLIES TO:** ![no](/sql/includes/media/no.png)SQL Server Windows ![yes](/sql/includes/media/yes.png)SQL Server Linux ![no](/sql/includes/media/no.png)Azure SQL Database ![no](/sql/includes/media/no.png)Azure SQL Data Warehouse ![no](/sql/includes/media/no.png)Parallel Data Warehouse </Token>
1+
<Token>**THIS TOPIC APPLIES TO:** ![no](/sql/includes/media/no.png)SQL Server on Windows ![yes](/sql/includes/media/yes.png)SQL Server on Linux ![no](/sql/includes/media/no.png)Azure SQL Database ![no](/sql/includes/media/no.png)Azure SQL Data Warehouse ![no](/sql/includes/media/no.png)Parallel Data Warehouse </Token>
22

docs/linux/new-updated-linux.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ ms.author: genemi
1919
---
2020
# New and Recently Updated: SQL Server on Linux docs
2121

22-
23-
2422
Nearly every day Microsoft updates some of its existing articles on its [Docs.Microsoft.com](http://docs.microsoft.com/) documentation website. This article displays excerpts from recently updated articles. Links to new articles might also be listed.
2523

2624
This article is generated by a program that is rerun periodically. Occasionally an excerpt can appear with imperfect formatting, or as markdown from the source article. Images are never displayed here.

docs/linux/quickstart-install-connect-docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.assetid: 82737f18-f5d6-4dce-a255-688889fdde69
1212
---
1313
# Run the SQL Server 2017 container image with Docker
1414

15+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
16+
1517
In this quick start tutorial, you use Docker to pull and run the SQL Server 2017 RC2 container image, [mssql-server-linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). Then connect with **sqlcmd** to create your first database and run queries.
1618

1719
This image consists of SQL Server running on Linux based on Ubuntu 16.04. It can be used with the Docker Engine 1.8+ on Linux or on Docker for Mac/Windows.

docs/linux/quickstart-install-connect-red-hat.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
# required metadata
32
title: Get started with SQL Server 2017 on Red Hat Enterprise Linux | Microsoft Docs
43
description: This quick start tutorial shows how to install SQL Server 2017 on Red Hat Enterprise Linux and then create and query a database with sqlcmd.
54
author: sabotta
@@ -13,6 +12,8 @@ ms.assetid: 92503f59-96dc-4f6a-b1b0-d135c43e935e
1312
---
1413
# Install SQL Server and create a database on Red Hat
1514

15+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
16+
1617
In this quick start tutorial, you first install SQL Server 2017 RC2 on Red Hat Enterprise Linux (RHEL) 7.3. Then connect with **sqlcmd** to create your first database and run queries.
1718

1819
> [!TIP]

docs/linux/quickstart-install-connect-suse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
# required metadata
32
title: Get started with SQL Server 2017 on SUSE Linux Enterprise Server | Microsoft Docs
43
description: This quick start tutorial shows how to install SQL Server 2017 on SUSE Linux Enterprise Server and then create and query a database with sqlcmd.
54
author: sabotta
@@ -13,6 +12,8 @@ ms.assetid: 31ddfb80-f75c-4f51-8540-de6213cb68b8
1312
---
1413
# Install SQL Server and create a database on SUSE Linux Enterprise Server
1514

15+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
16+
1617
In this quick start tutorial, you first install SQL Server 2017 RC2 on SUSE Linux Enterprise Server (SLES) v12 SP2. Then connect with **sqlcmd** to create your first database and run queries.
1718

1819
> [!TIP]

docs/linux/quickstart-install-connect-ubuntu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.assetid: 31c8c92e-12fe-4728-9b95-4bc028250d85
1212
---
1313
# Install SQL Server and create a database on Ubuntu
1414

15+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
16+
1517
In this quick start tutorial, you first install SQL Server 2017 RC2 on Ubuntu 16.04. Then connect with **sqlcmd** to create your first database and run queries.
1618

1719
> [!TIP]

docs/linux/sample-unattended-install-redhat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.technology: database-engine
1111
---
1212
# Sample: Unattended SQL Server installation script for Red Hat Enterprise Linux
1313

14+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
15+
1416
This sample Bash script installs SQL Server 2017 RC2 on Red Hat Enterprise Linux (RHEL) without interactive input. It provides examples of installing the database engine, the SQL Server command-line tools, SQL Server Agent, and performs post-install steps. You can optionally install full-text search and create an administrative user.
1517

1618
> [!TIP]

docs/linux/sample-unattended-install-suse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.technology: database-engine
1111
---
1212
# Sample: Unattended SQL Server installation script for SUSE Linux Enterprise Server
1313

14+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
15+
1416
This sample Bash script installs SQL Server 2017 RC2 on SUSE Linux Enterprise Server (SLES) v12 SP2 without interactive input. It provides examples of installing the database engine, the SQL Server command-line tools, SQL Server Agent, and performs post-install steps. You can optionally install full-text search and create an administrative user.
1517

1618
> [!TIP]

docs/linux/sample-unattended-install-ubuntu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.technology: database-engine
1111
---
1212
# Sample: Unattended SQL Server installation script for Ubuntu
1313

14+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
15+
1416
This sample Bash script installs SQL Server 2017 RC2 on Ubuntu 16.04 without interactive input. It provides examples of installing the database engine, the SQL Server command-line tools, SQL Server Agent, and performs post-install steps. You can optionally install full-text search and create an administrative user.
1517

1618
> [!TIP]

docs/linux/sql-server-linux-active-directory-authentication.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
# required metadata
3-
42
title: "Active Directory Authentication with SQL Server on Linux | Microsoft Docs"
53
description: "Configuration steps for AAD authentication for SQL Server on Linux"
64
author: "tmullaney"
@@ -13,11 +11,10 @@ ms.technology: "database-engine"
1311
ms.assetid:
1412
helpviewer_keywords:
1513
- "Linux, AAD authentication"
16-
1714
---
1815
# Active Directory Authentication with SQL Server on Linux
19-
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
2016

17+
[!INCLUDE[tsql-appliesto-sslinx-only_md](../../docs/includes/tsql-appliesto-sslinx-only_md.md)]
2118

2219
This document explains how to configure [!INCLUDE[ssNoVersion](../../docs/includes/ssnoversion-md.md)] on Linux to support Active Directory (AD) authentication, also known as integrated authentication. AD Authentication enables domain-joined clients on either Windows or Linux to authenticate to [!INCLUDE[ssNoVersion](../../docs/includes/ssnoversion-md.md)] using their domain credentials and the Kerberos protocol.
2320
AD Authentication has the following advantages over [!INCLUDE[ssNoVersion](../../docs/includes/ssnoversion-md.md)] Authentication:

0 commit comments

Comments
 (0)