
In this Azure article, we will discuss how to download and install Azure data studio. We will discuss Azure Data Studio download for Windows, Linux, and macOS. Along with that, we will also discuss a few other topics.
Table of Contents
Azure Data Studio Download & Installation
Well, let’s discuss the steps to download Azure Data Studio for Windows, Linux, and macOS.
For Windows
If you are using the Windows operating system and want to download the updated version of Azure Data Studio for your Windows os, you can click on the below link.
Azure Data Studio download for Windows. (This is the recommended approach)
You can also download the Azure Data Studio .Zip file from the below link. But the recommended approach is to download the Azure Data Studio from the above link.
Download the Azure Data Studio .Zip file.
Similarly, You can also download the Azure Data Studio system installer file from the below link.
Download the Azure Data Studio system installer file.
For Linux
If you are using a Linux operating system and want to download the updated version of Azure Data Studio for your Linux os, you can use the below link.
Download the Azure Data Studio .deb file.
You can also download the Azure Data Studio .rpm file from the below link.
Download the Azure Data Studio .rpm file
Similarly, you can also download the Azure Data Studio .tar.gz file from the below link.
Download the Azure Data Studio .tar.gz file.
For macOS
If you are using macOS and want to download the updated version of Azure Data Studio for your macOS, you can use the below link.
Azure Data Studio download for Mac
Now, that you have downloaded Azure Data Studio for your Windows or macOS, or Linux Operating system.
As a next step, let’s discuss how to install Azure Data Studio on Windows, macOS, and Linux operating systems one by one.
How to install Azure Data Studio
Well, let’s discuss the steps to install Azure Data Studio.
Windows
If you are using the Windows operating system and wish to install Azure Data Studio, you can just follow the below steps
- Download the Azure Data Studio installer for your 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 on the Install button to install the Azure Data Studio. It will take a few seconds to complete the installation –> Click on the Finish button on the next pop-up.

9. Now, you can able to see the installation of the Azure Data Studio has been done successfully.

macOS
If you are using 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 able to 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>.deb
3. Run the below command to open Azure Data Studio.
azuredatastudio
If you are getting any error for missing the dependencies, you can run the below command to install the needed dependencies. If you are not getting any error you can simply ignore this step.
sudo apt-get install libunwind8
You may also like following the below articles
Wrapping Up
In this article, we discussed how to download and install Azure Data Studio on Windows, Linux, and macOS. Now, it’s your turn to download and install Azure Data Studio on your system using the above-mentioned information. Thanks for reading this article !!!