You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-ubuntu.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ For more information on supported platforms, see [Release notes for SQL Server 2
66
66
67
67
You must have an Ubuntu 18.04 machine with **at least 2 GB** of memory.
68
68
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).
70
70
71
71
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).
72
72
@@ -76,7 +76,7 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
76
76
77
77
You must have an Ubuntu 20.04 machine with **at least 2 GB** of memory.
78
78
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).
80
80
81
81
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).
82
82
@@ -86,7 +86,7 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
86
86
87
87
You must have an Ubuntu 20.04 machine with **at least 2 GB** of memory.
88
88
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).
90
90
91
91
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).
92
92
@@ -96,7 +96,7 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
96
96
97
97
You must have an Ubuntu 22.04 machine with **at least 2 GB** of memory.
98
98
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).
100
100
101
101
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).
102
102
@@ -107,6 +107,12 @@ If you previously installed a preview version of [!INCLUDE [ssnoversion-md](../i
107
107
108
108
For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
109
109
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.
0 commit comments