Skip to content

Commit 5f4f154

Browse files
committed
Add linux and SQL Server with ASDB MI
1 parent b340729 commit 5f4f154

151 files changed

Lines changed: 151 additions & 151 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.technology: linux
1111
ms.assetid:
1212
---
1313
# Quickstart: Run SQL Server in the cloud
14-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
14+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1515

1616
In this quickstart, you will install SQL Server on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), or Ubuntu in the cloud of your choice. Go to [Provision a Linux SQL Server virtual machine in the Azure portal](https://docs.microsoft.com/azure/virtual-machines/linux/sql/provision-sql-server-linux-virtual-machine?toc=/sql/toc/toc.json) to run SQL Server on Linux in Azure.
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ zone_pivot_groups: cs1-command-shell
1717

1818
# Quickstart: Run SQL Server container images with Docker
1919

20-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
20+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
2121

2222
<!--SQL Server 2017 on Linux-->
2323
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.assetid: 92503f59-96dc-4f6a-b1b0-d135c43e935e
1313
---
1414
# Quickstart: Install SQL Server and create a database on Red Hat
1515

16-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
16+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1717

1818
<!--SQL Server 2017 on Linux-->
1919
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: 31ddfb80-f75c-4f51-8540-de6213cb68b8
1111
---
1212
# Quickstart: Install SQL Server and create a database on SUSE Linux Enterprise Server
1313

14-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
14+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1515

1616
<!--SQL Server 2017 on Linux-->
1717
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.technology: linux
1111
ms.assetid: 31c8c92e-12fe-4728-9b95-4bc028250d85
1212
---
1313
# Quickstart: Install SQL Server and create a database on Ubuntu
14-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
14+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1515

1616

1717
<!--SQL Server 2017 on Linux-->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.technology: linux
1212
---
1313
# Sample: Unattended SQL Server installation script for Red Hat Enterprise Linux
1414

15-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
15+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1616

1717
This sample Bash script installs SQL Server 2017 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.
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.technology: linux
1111
---
1212
# Sample: Unattended SQL Server installation script for SUSE Linux Enterprise Server
1313

14-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
14+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1515

1616
This sample Bash script installs SQL Server 2017 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.
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.technology: linux
1111
---
1212
# Sample: Unattended SQL Server installation script for Ubuntu
1313

14-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
14+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1515

1616
This sample Bash script installs SQL Server 2017 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.
1717

docs/linux/sql-server-linux-active-directory-auth-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ helpviewer_keywords:
1414
---
1515
# Active Directory authentication for SQL Server on Linux
1616

17-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
17+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1818

1919
This article provides an overview of Active Directory (AD) authentication for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux. AD authentication is also known as Integrated authentication in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)].
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helpviewer_keywords:
1515
---
1616
# Tutorial: Use Active Directory authentication with SQL Server on Linux
1717

18-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
18+
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1919

2020
This tutorial explains how to configure [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux to support Active Directory (AD) authentication, also known as integrated authentication. For an overview, see [Active Directory authentication for SQL Server on Linux](sql-server-linux-active-directory-auth-overview.md).
2121

0 commit comments

Comments
 (0)