AW Data Sources
x
x
x
Azure Data Studio
For Linux folks you can access the MSSQL AdventureWorks2022 database with Azure Data Studio.
You can install Azure Data Studio on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), Ubuntu, Debian, and Windows Subsystem for Linux (WSL).
Azure Data Studio is retiring on February 28, 2026. We recommend that you use Visual Studio Code.
Select the OS:
Ensure all the existing packages are up-to-date.
sudo apt update && sudo apt upgrade
Ensure dependencies are up-to-date.
sudo apt install libunwind8
Download Azure Data Studio for Ubuntu or Debian by using the .deb file.
To extract the .deb file, open a new terminal window, and then run the following commands:
cd ~/Downloads
sudo dpkg -i azuredatastudio-linux-<version string>.deb
To start Azure Data Studio, run this command:
azuredatastudio
RHEL
Azure Data Studio installation failure is a known issue on RHEL 8. Manually install glibc-2.29 and add it to the Library Path and then re-install ADS to resolve the issue.
Ensure all the existing packages are up-to-date.
sudo dnf check-update & sudo dnf upgrade
Ensure dependencies are up-to-date.
sudo dnf install libXScrnSaver
Download Azure Data Studio for Red Hat Enterprise Linux by using the .rpm file.
To extract the file, open a new terminal window, and then run the following command:
cd ~/Downloads
sudo dnf install azuredatastudio-linux-1.52.0.rpm
To start Azure Data Studio, run this command:
cd
azuredatastudio

Last updated
Was this helpful?