Well, let’s discuss the steps to install Azure Data Studio. This Azure article explains how to install Azure Data Studio.
Table of Contents
How to install Azure Data Studio
We will discuss Azure Data Studio installation for Windows, Linux, and macOS.
Windows
To install Azure Data Studio, follow the steps below. This is in case you are using Windows.
- Download Azure Data Studio for Windows.
- Browse a location on your PC where you want to save the Azure Data Studio installer file –> Click on the Save button.

3. Double-click on the setup file to continue the installation process.

4. Accept the license agreement and click on the next button.

5. Browse and select the destination folder where you want to do the installation, and then click on the Next button on the next pop-up.

6. Click on the Next button on the next pop-up.
7. Check the additional options, like if you want to create a desktop icon for the Azure Data Studio –> Click on the Next button.

8. Finally, click the Install button to install the Azure Data Studio. It will take a few seconds to complete the installation –> Click the Finish button on the next pop-up.

9. The Azure Data Studio installation has been done successfully.

macOS
If you use macOS, you can easily install Azure Data Studio on macOS using the quick steps mentioned below.
- Download the Azure Data Studio .zip file for macOS.
- Double-click on the .zip file or extract the .zip file, and you can see the Azure Data Studio.app file.
- Drag and drop the Azure Data Studio.app file to the Applications folder, and you are done with the installation.
Linux
If you are using a Linux operating system, you can also use the below steps to install the Azure Data Studio on Linux using the below steps.
- Download the Azure Data Studio .deb file.
- Open the terminal and run the below command to extract the .deb file.
cd ~
sudo dpkg -i ./Downloads/azuredatastudio-linux-<version string>.deb3. Run the below command to open Azure Data Studio.
azuredatastudioIf you are getting any error when missing the dependencies, you can run the command below to install the needed dependencies. If you are not getting any error, you can ignore this step.
sudo apt-get install libunwind8You may also like following the articles below.
- Azure Data Studio Connect To SQL Server (Easy Steps)
- How to enable preview features in Azure Data Studio
- How to connect to Azure sql Database from Azure Data Studio

I am Rajkishore, and I am a Microsoft Certified IT Consultant. I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machines, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.
