Skip to content

Commit 0d4937b

Browse files
jcastrosrwestMSFT
authored andcommitted
Update Ubuntu prerequisites and add Pro compliance tip
Update the Prerequisites section for all SQL Server versions (2017-2025) to include Ubuntu Pro as a deployment option on Azure. Add a new tip regarding production and compliance, recommending Ubuntu Pro for users requiring FIPS compliance or expanded security maintenance (ESM) for the Universe repository.
1 parent 4289815 commit 0d4937b

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For more information on supported platforms, see [Release notes for SQL Server 2
6666

6767
You must have an Ubuntu 18.04 machine with **at least 2 GB** of memory.
6868

69-
To install Ubuntu 18.04 on your own machine, go to <https://releases.ubuntu.com/18.04/>. You can also create Ubuntu virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
69+
To install Ubuntu 18.04 on your own machine, go to <https://releases.ubuntu.com/18.04/>. You can also create Ubuntu or Ubuntu Pro virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
7070

7171
If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], you must first remove the old repository before following these steps. For more information, see [Configure repositories for installing and upgrading SQL Server on Linux](sql-server-linux-change-repo.md).
7272

@@ -76,7 +76,7 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
7676

7777
You must have an Ubuntu 20.04 machine with **at least 2 GB** of memory.
7878

79-
To install Ubuntu 20.04 on your own machine, go to <https://releases.ubuntu.com/20.04/>. You can also create Ubuntu virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
79+
To install Ubuntu 20.04 on your own machine, go to <https://releases.ubuntu.com/20.04/>. You can also create Ubuntu or Ubuntu Pro virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
8080

8181
If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], you must first remove the old repository before following these steps. For more information, see [Configure repositories for installing and upgrading SQL Server on Linux](sql-server-linux-change-repo.md).
8282

@@ -86,7 +86,7 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
8686

8787
You must have an Ubuntu 20.04 machine with **at least 2 GB** of memory.
8888

89-
To install Ubuntu 20.04 on your own machine, go to <https://releases.ubuntu.com/20.04/>. You can also create Ubuntu virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
89+
To install Ubuntu 20.04 on your own machine, go to <https://releases.ubuntu.com/20.04/>. You can also create Ubuntu or Ubuntu Pro virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
9090

9191
If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], you must first remove the old repository before following these steps. For more information, see [Configure repositories for installing and upgrading SQL Server on Linux](sql-server-linux-change-repo.md).
9292

@@ -96,7 +96,7 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
9696

9797
You must have an Ubuntu 22.04 machine with **at least 2 GB** of memory.
9898

99-
To install Ubuntu 22.04 on your own machine, go to <https://releases.ubuntu.com/22.04/>. You can also create Ubuntu virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
99+
To install Ubuntu 22.04 on your own machine, go to <https://releases.ubuntu.com/22.04/>. You can also create Ubuntu or Ubuntu Pro virtual machines in Azure. See [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
100100

101101
If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], you must first remove the old repository before following these steps. For more information, see [Configure repositories for installing and upgrading SQL Server 2025 on Linux](sql-server-linux-change-repo-2025.md).
102102

@@ -107,6 +107,12 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
107107
108108
For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
109109

110+
> [!TIP]
111+
> **Production and Compliance**
112+
> For production environments that require **FIPS compliance** or expanded security maintenance (ESM) for the full open source stack (Universe repository), we recommend using **Ubuntu Pro**.
113+
>
114+
> You can enable Ubuntu Pro on your existing instance or select a pre-configured Ubuntu Pro image when provisioning in Azure.
115+
110116
<a id="install"></a>
111117

112118
## Install SQL Server

0 commit comments

Comments
 (0)