Download and install Azure Data Studio for Windows, Mac, and Linux

Azure Data Studio is a free, easy-to-use tool for working with databases. You can connect to various databases, write queries to ask your data questions and see the results. It works on Windows, Mac, and Linux!

In the article, we explain the step-by-step process for Azure Data Studio download and installation for Windows, macOS, or Linux and also the system requirements. 

Requirement Before Azure Data Studio Download

Before downloading Azure Data Studio some system requirements are needed. It’s helpful to check if your system meets the minimum requirements or not.

Operating System Requirement

  • Windows: Windows 10 (64-bit) is recommended. Azure Data Studio may work on older versions of Windows 10, but Microsoft doesn’t officially support them.
  • Windows Server: 2016, 2019, 2022
  • macOS: macOS 10.14 (Mojave) or later versions.
  • Linux: Ubuntu 18.04, 20.04, or later; Debian 10 or later; Fedora 32 or later; openSUSE Leap 15.2 or later.

Hardware Requirements

  • Processor: A 64-bit processor is recommended for optimal performance.
  • Memory (RAM): At least 4 GB of RAM is recommended. More RAM might be beneficial for working with large datasets.
  • Disk Space: Enough free disk space to accommodate the application and any additional extensions you plan to install. The installer itself is relatively small, but extensions can vary in size.

Requirement of Software

  • .NET Desktop Runtime: Azure Data Studio requires a recent version of the .NET Desktop Runtime to function. You can download and install it for free from the Microsoft website https://dotnet.microsoft.com/en-us/download.

Download and Install Azure Data Studio for Windows

Downloading and installing Azure Data Studio for Windows with an easy step-by-step guide or watch a video tutorial.

Download Azure Data Studio

Windows User Installer (64-bit)

  • Now Download Started

download is in progress

Install Azure Data Studio

  • Double-click the downloaded installer file (.exe)

Downloads and double click

  • Read and accept the license agreement, then click “Next.

Select I accept the agreement

  • Click on “Next” until you get the installation option.
  • Customize the installation by choosing options and Click “Next” to proceed.

Customize the installation

  1. Create a desktop icon: This places a shortcut for Azure Data Studio on your desktop.
  2. Register Azure Data Studio as an editor for supported file types: This makes Azure Data Studio the default application for opening certain file types associated with databases.
  • Click on “Install” to begin the installation process. 

Click on Install

Installation started

  • Once the installation is complete, click on “Finish” to launch Azure Data Studio.

click on Finish launch Azure Data Studio

Download and Install Data Studio for Mac

  1. Double-click the downloaded disk image file. 
  2. Drag the Azure Data Studio.app icon from the mounted image to your Applications folder.
  3. Eject the disk image and open Azure Data Studio from your Applications folder.

Note: Although Microsoft states that Azure Data Studio “currently does not support the ARM architecture,” I have successfully installed it on my M1 Mac without any issues.

Note: Now that Azure Data Studio is installed, you can use it to connect to SQL Server.

Download and Install Data Studio for Linux

  1. Identify your package type, .deb for Ubuntu/Debian and .rpm for Fedora/openSUSE.
  2. Visit the Microsoft page for Download https://learn.microsoft.com/en-us/azure-data-studio/download-azure-data-studio
  3. Open a terminal and navigate to your Downloads directory (using cd).
  4. Use the appropriate package manager command to install the downloaded file. 
  5. For .deb: <sudo dpkg -i azuredatastudio-linux-<version string>.deb>
  6. For .rpm: <sudo zypper install ./Downloads/azuredatastudio-linux-<version string>.rpm>
  7. Once installed, type azure data studioin your terminal to launch it.

Conclusion

Azure Data Studio is a powerful tool for working with relational databases, including those in Azure SQL Database and Azure Synapse Analytics. If you’re looking to manage and query your data with ease, then Azure Data Studio is a great option. If you encounter any issues during installation, refer to the official Azure Data Studio documentation for troubleshooting steps

FAQ

Can I install Azure Data Studio?

Yes, you can install Azure Data Studio! It’s a free and powerful tool that works on Windows, macOS, and Linux.

Is Azure Data Studio free?

Yes, It is a free, open-source tool. This means you can download and use it without any licensing fees. It’s designed to be accessible for anyone working with relational databases.

Is Azure Data Studio installed with SSMS?

Starting with SQL Server Management Studio (SSMS) version 18.7 and up, Microsoft actually offers the option to install Azure Data Studio alongside SSMS during the installation process.

Can I use Azure Data Studio on Mac?

Yes, you can definitely use Azure Data Studio on your Mac. It’s supports macOS versions 10.14 (Mojave) or later.

What’s new with Azure Data Studio in 2024?

Latest release (1.48.1 from June 18, 2024) focused on “Improved in-app update notifications to use Microsoft Download Center directly.”