Download and install Azure Data Studio - Azure Data Studio (2023)

  • Article
  • 10 minutes to read

Azure Data Studio is a cross-platform database tool for data professionals who use on-premises and cloud data platforms on Windows, macOS, and Linux.

Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It's engineered with the data platform user in mind, with the built-in charting of query result sets and customizable dashboards.

Use Azure Data Studio to query, design, and manage your databases and data warehouses wherever they are, on your local computer or in the cloud.

For more information about Azure Data Studio, visit What is Azure Data Studio?.

Download Azure Data Studio

Azure Data Studio 1.41.0 is the latest general availability (GA) version.

  • Release number: 1.41.0
  • Release date: January 25, 2023
PlatformTypeDownload
WindowsUser Installer64 bitARM
System Installer64 bitARM
.zip64 bitARM
Linux.tar.gz64 bit
.deb64 bit
.rpm64 bit
Mac.zipUniversalIntel CPUApple Silicon

If you have comments or suggestions or want to report a problem with downloading Azure Data Studio, submit an issue to our team on the Azure Data Studio feedback page.

Install Azure Data Studio

Windows installation

Important

Beginning with SQL Server Management Studio (SSMS) 18.7, Azure Data Studio is automatically installed alongside SSMS. Users of SQL Server Management Studio are now able to benefit from the innovations and features in Azure Data Studio. Azure Data Studio is a cross-platform and open-source desktop tool for your environments, whether in the cloud, on-premises, or hybrid.

To learn more about Azure Data Studio, check out What is Azure Data Studio or the FAQ.

This release of Azure Data Studio includes a standard Windows installer experience and a .zip file.

We recommend the user installer, which simplifies installations and updates and doesn't require Administrator privileges. (It doesn't require Administrator privileges because the location is under your user Local AppData (LOCALAPPDATA) folder.) The user installer also provides a smoother background update experience. For more information, see User setup for Windows.

User installer (recommended)

  1. Download and run the Azure Data Studio user installer for Windows.

  2. Start the Azure Data Studio app.

System installer

(Video) How to install Azure Data Studio | Azure data studio download and installation

  1. Download and run the Azure Data Studio system installer for Windows.

  2. Start the Azure Data Studio app.

.zip file

  1. Download the Azure Data Studio .zip file for Windows.

  2. Go to the downloaded file and extract it.

  3. Run \azuredatastudio-windows\azuredatastudio.exe.

Unattended installation for Windows

You can also install Azure Data Studio by using a command prompt script.

For Windows, install Azure Data Studio in the background without prompts using the following steps:

  1. Open the command prompt window with elevated permissions.

  2. Run the following command:

    <path where the azuredatastudio-windows-user-setup-x.xx.x.exe file is located> /VERYSILENT /MERGETASKS=!runcode>

    Example:

    %systemdrive%\azuredatastudio-windows-user-setup-1.24.0.exe /VERYSILENT /MERGETASKS=!runcode

    Note

    The following example also works with the system installer file.

    <path where the azuredatastudio-windows-setup-x.xx.x.exe file is located> /VERYSILENT /MERGETASKS=!runcode>

    In the preceding code, you can also pass /SILENT instead of /VERYSILENT to see the setup user interface.

  3. If you've run the commands successfully, you can see Azure Data Studio installed.

macOS installation

  1. Download Azure Data Studio for macOS.

  2. To expand the contents of the .zip file, double-click it.

    (Video) How to install Docker Container, MSSQL Server in Docker MS Azure Data Studio on Mac OS Guide 2022

  3. To make Azure Data Studio available in Launchpad, drag the Azure Data Studio.app file to the Applications folder.

Note

For Apple Silicon users, please make sure you have Rosetta 2 installed. Some backend services are yet to be converted to native ARM64 binaries. You can run the following command in a Terminal window to install Rosetta 2.

/usr/sbin/softwareupdate --install-rosetta --agree-to-license

Linux installation

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).

  • RHEL
  • SLES
  • Ubuntu and Debian
  • Windows Subsystem for Linux

Install with an .rpm file

  1. Download Azure Data Studio for Red Hat Enterprise Linux by using the .rpm file.

  2. To extract the file, open a new terminal window, and then run the following commands:

    cd ~sudo yum install ./Downloads/azuredatastudio-linux-<version string>.rpm
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, install them with following command:

yum install libXScrnSaver

Install with a .tar.gz file

  1. Download Azure Data Studio for Red Hat Enterprise Linux by using the .tar.gz file.

  2. To extract the file, open a new terminal window, and then run the following commands:

    cd ~cp ~/Downloads/azuredatastudio-linux-<version string>.tar.gz ~tar -xvf ~/azuredatastudio-linux-<version string>.tar.gzecho 'export PATH="$PATH:~/azuredatastudio-linux-x64"' >> ~/.bashrcsource ~/.bashrc
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, install them with the following command:

yum install libxss1 libgconf-2-4 libunwind8

What's new with Azure Data Studio

For details about the latest release of Azure Data Studio, see Release notes for Azure Data Studio.

Download the GA release of Azure Data Studio

We recommend that you download the general availability (GA) release of Azure Data Studio.

Download the insiders build of Azure Data Studio

As an alternative, if you want to try out the beta features and send feedback, you can download the insiders build of Azure Data Studio.

Supported operating systems

Azure Data Studio runs on Windows, macOS, and Linux. The following versions are supported:

(Video) How to install Azure Data Studio Azure data studio download and installation

  • Windows: 10 and later versions
  • Windows Server: 2016, 2019, 2022
  • macOS: 10.12+ (Sierra) and later versions
  • Linux: Debian 9+, RHEL 7+, SLES 15, Ubuntu 18.04+

Note

Incremental versions within a major operating system release may no longer be in support by the operating system. Consult the documentation for your operating system to ensure you have received applicable updates.

Supported SQL Server versions

Azure Data Studio supports connecting to the following versions of SQL Server:

  • Azure SQL Database
  • Azure SQL Managed Instance
  • SQL Server 2022 (16.x)
  • SQL Server 2019 (15.x)
  • SQL Server 2017 (14.x)
  • SQL Server 2016 (13.x)

System requirements

Requirement levelCPU coresRAM memory
Recommended48 GB
Minimum24 GB

Check for updates

To check for the latest updates, on the left pane, select Manage (gear icon), and then select Check for Updates.

To apply environment updates offline, install the latest version directly over your previously installed version. You don't need to uninstall earlier versions of Azure Data Studio. If an earlier version is present, the installer automatically updates to the latest version.

Move user settings

If you're updating SQL Operations Studio to Azure Data Studio and want to keep your settings, keyboard shortcuts, or code snippets, complete the following steps:

Note

If you've already installed Azure Data Studio or you've never installed or customized SQL Operations Studio, you can ignore this section.

  1. On the left pane, select Manage (gear icon) and then select Settings.

    Download and install Azure Data Studio - Azure Data Studio (1)

  2. At the top, right-click the User Settings tab, and then select Reveal in Explorer.

    Download and install Azure Data Studio - Azure Data Studio (2)

  3. Copy all files in this folder and save them in an easy-to-find location on your local drive, such as your Documents folder.

    Download and install Azure Data Studio - Azure Data Studio (3)

  4. In your updated version of Azure Data Studio, follow steps 1 and 2 and then, for step 3, paste the contents you saved into the folder. You can also manually copy over the settings, key bindings, or snippets in their respective locations.

  5. If you're overriding your current installation, before you do so, delete the old installation directory to avoid errors connecting to your Azure account for the resource explorer.

    (Video) How to download and install SQL SERVER MANAGEMENT STUDIO and Azure Data Studio | Connect & query

Uninstall Azure Data Studio from Windows

If you installed Azure Data Studio by using the Windows installer, uninstall it just as you would any Windows application.

If you installed Azure Data Studio with a .zip file or other archive, delete that file.

Uninstall Azure Data Studio from macOS

You can uninstall apps from the Internet or drive on Mac by completing the following steps:

  1. Select the Finder icon in the Dock, and then select Applications in the Finder sidebar.

  2. Do one of the following:

    • If an app is in a folder, open the app's folder to check for an uninstaller. Double-click Uninstall [App] or [App] Uninstaller, and then follow the onscreen instructions.

    • If an app isn't in a folder or doesn't have an uninstaller, drag the app from the Applications folder to the Trash (at the end of the Dock).

To uninstall apps you've downloaded from the App Store, use Launchpad.

Uninstall Azure Data Studio from Linux

  • RHEL
  • SLES
  • Ubuntu and Debian

Use the rpm, yum, or dnf command to delete Azure Data Studio under Red Hat Enterprise Linux.

To list installed software, run one of the following commands:

sudo rpm -qa | lesssudo yum list | lesssudo dnf list | less

To get information about the azuredatastudio package, run one of the following commands:

sudo rpm -qa azuredatastudiosudo yum list azuredatastudiosudo dnf list azuredatastudio

To delete a package called azuredatastudio, run one of the following commands:

sudo rpm -e azuredatastudiosudo yum remove azuredatastudiosudo dnf remove azuredatastudio

Next steps

To learn more about Azure Data Studio, see the following resources:

  • Azure Data Studio release notes
  • What is Azure Data Studio?
  • SQL tools
  • Azure Data Architecture Guide
  • SQL Server Blog

Download and install Azure Data Studio - Azure Data Studio (4) Contribute to SQL documentation

Did you know that you can edit SQL content yourself? If you do so, not only do you help improve our documentation, but you also get credited as a contributor to the page.

For more information, see How to contribute to SQL Server documentation

Microsoft Privacy Statement and Enable or disable usage data collection for Azure Data Studio.

FAQs

How do I install an Azure Data Studio package? ›

In Azure Data Studio
  1. In a Python kernel notebook in Azure Data Studio, click Manage Packages.
  2. Click Add new.
  3. Enter "sqlmlutils" in the Search Pip packages field and click Search.
  4. Select the Package Version you want to install (the latest version is recommended).
  5. Click Install and then Close.
Nov 18, 2022

How do I download data from Azure Data Studio? ›

Save as Excel from Azure Data Studio
  1. Click the 'Save As Excel' icon.
  2. Choose folder to save file to.
  3. Name file.
  4. Save.
Aug 23, 2022

Is Azure Data Studio free? ›

Azure Data Studio is a free, light-weight tool, that runs on Windows, macOS, and Linux, for managing SQL Server, Azure SQL Database, and Azure Synapse Analytics.

Is Azure Data Studio included in SSMS? ›

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
...
Query Editor.
FeatureAzure Data StudioSSMS
SQLCMDYesYes
11 more rows
Nov 28, 2022

How to install Data Studio on Windows? ›

Click Install if you want to install a new setup or click on Update. Select IBM Data Studio client from the installed packages.
...
Download the installer with the following contents from IBM Passport Advantage Online:
  1. Installation Manager 64-bit compressed file.
  2. IBM Data Studio 4.1. ...
  3. Documentation folder.
Jan 24, 2022

How do I get started with Azure Data Studio? ›

  1. Prerequisites. To complete this quickstart, you need Azure Data Studio, and access to a SQL Server instance. ...
  2. Connect to a SQL Server. Start Azure Data Studio. ...
  3. Create a database. The following steps create a database named TutorialDB: ...
  4. Create a table. ...
  5. Insert rows. ...
  6. View the data returned by a query. ...
  7. Next steps.
Jan 17, 2023

How do I launch Azure Data Studio? ›

To open a Powershell console on Azure Data Studio in Linux, you need to download the PowerShell package from the Microsoft repository and use the yum command to install or update the PowerShell package. Use yum command to install the PowerShell package. Start PowerShell using the pwsh command.

Where is Azure Data Studio located? ›

Depending on which platform (Windows, Mac, Linux) Azure Data Studio is installed, location of the settings. json file is different. For Windows, this file is located under this path: %APPDATA%\sqlops\User\settings.

How do I extract data from Data Studio? ›

Create an extracted data source

In the connectors list, select Extract Data. Select an existing data source to extract from. Select the dimensions and metrics to extract by dragging them from the Available Fields list onto the targets, or by clicking Add. All the fields you add appear in the list on the far right.

How do I Backup my Azure Data Studio database to local? ›

Open the SERVERS sidebar by selecting Ctrl+G. Then right-click your server, and select Manage. Open the Restore database dialog box by selecting Restore on the Tasks widget. Select Backup file in the Restore from box.

How do I download files from Azure? ›

Download Files from Azure Blob Storage with Blazor WebAssembly and ASP.NET Web API
  1. Create the Azure Blob Storage. Create the Azure Blob Storage to store the files. ...
  2. Create an ASP.NET Core Web API project and connect it to the Azure Blob Storage. ...
  3. Implement the endpoints in the ASP.NET Core Web API project.
Aug 4, 2022

Do you have to pay for Data Studio? ›

The cost of using Looker Studio (Data Studio) is $0. Yes, it is a free tool—you don't have to pay anything to set it up. But, if you're looking to fetch data from non-Google platforms, you may have to pay for a third-party connector provider.

Is Azure Data Studio going to replace SSMS? ›

Overall, Azure Data Studio appears to be a powerful data exploration and analysis tool that can be a suitable replacement for SSMS.

What is alternative to Azure Data Studio? ›

Slick, Spring Data, DataGrip, Dataform, and Microsoft SQL Server Management Studio are the most popular alternatives and competitors to AzureDataStudio.

What is the difference between Azure Data Studio and SSMS? ›

The main advantage of Azure Data Studio is its portability — while SSMS can work only on the Windows platform, ADS can run on Linux and macOS as well. That's a huge step forward and going in line with Microsoft's general expansion to non-Windows world.

Is Azure Data Studio an ETL tool? ›

Azure Data Factory is a cloud-based ETL and data integration service to create workflows for moving and transforming data.

Can you use Azure Data Studio for MySQL? ›

With the MySQL extension (preview) for Azure Data Studio, you can now connect to, query and manage MySQL databases along with your other databases, taking advantage of the modern editor experience and capabilities in Azure Data Studio, such as IntelliSense, code snippets, source control integration, native Jupyter ...

How do I add a Data Studio? ›

  1. Step1: Open your report in edit mode.
  2. Step2: Click resource and then manage added data sources.
  3. Step3: Click Add a Data Source.
  4. Step4: select Google Analytics from the connectors list.
  5. Step5: select the specific account, property, view and click connect.

Where can I find Data Studio? ›

To log in to Data Studio, you'll need a Google account — I recommend using the same one as your Analytics, Search Console, and/or Google Ads account. You'll land on the Data Studio overview page. Click the “Home” tab to view your dashboard.

Can Azure Data Studio connect to excel? ›

To connect Excel to a database in SQL Database, open Excel and then create a new workbook or open an existing Excel workbook. In the menu bar at the top of the page, select the Data tab, select Get Data, select From Azure, and then select From Azure SQL Database.

Is python needed for Azure Data Engineer? ›

To become a Microsoft Certified Azure Data Engineer, you must thoroughly understand data computation languages like SQL, Python, or Scala and parallel processing and data architecture concepts.

How do I download Azure SQL DB? ›

Export your database
  1. Go to the Azure portal.
  2. Click BROWSE ALL.
  3. Click SQL databases.
  4. Click the database you want to export as a BACPAC.
  5. In the SQL Database blade click Export to open the Export database blade:
  6. Click Storage and select your storage account and blob container where the BACPAC will be stored:

How do I create an SQL database in Azure Data Studio? ›

The Azure Data Studio installation is pretty straightforward (you install it just like any other software), so if you're on Linux or Windows, you shouldn't have any issues. To create a database in Azure Data Studio, you simply open a new query editor and run a CREATE DATABASE query.

How do I download Azure SQL database? ›

The Azure portal
  1. To export a database using the Azure portal, open the page for your database and select Export on the toolbar.
  2. Specify the BACPAC filename, select an existing Azure storage account and container for the export, and then provide the appropriate credentials for access to the source database. ...
  3. Select OK.
Dec 20, 2022

Can you drill down in Data Studio? ›

Turn on drill-down for a chart

Under Dimension, turn on Drill down. Add dimensions to the chart. Each dimension you add becomes another level of detail you can drill into. Select the Default drill down level.

How do I Export Data Studio to CSV? ›

Hover over the chart you wish to export. and select Export. Enter a name for your export and select an Export As option: CSV creates a comma separated text file.

Can you have multiple data sources in Data Studio? ›

By default, all charts in Google Data Studio are connected to a single data source. However, as part of Data Studio's data blending capabilities, you can create charts based on multiple data sources.

How does Azure Data Studio connect to database? ›

The first time you run Azure Data Studio the Welcome page should open. If you don't see the Welcome page, select Help > Welcome. Select New Connection to open the Connection pane: Something like: servername.database.windows.net.

Can you create database in Azure Data Studio? ›

Azure Data Studio creates the database and sets the Query Store feature to ON if the database doesn't exist.

How do I transfer files from Azure to local machine? ›

You can use the azcopy copy command to download files, directories, and file shares to your local computer.

How do I pull data from Azure? ›

Create an export job in your source storage account in Azure portal. Specify source blobs or container paths for the data to be exported. Provide the return address and carrier account number for shipping the drives back to you. Ship the disk drives to the shipping address provided during job creation.

How do I install Azure software? ›

Login to Azure and Get Windows 10
  1. Login to Microsoft Azure Dev Tools. Use one of the following. ...
  2. Look for "Software"
  3. Find Windows 10 (consumer editions), DVD. ...
  4. Click the "view key" box on the right. ...
  5. Click on "Download" on the bottom right to download the software. ...
  6. NOTE.

How do I export my Azure table storage? ›

You can use Azure Storage Explorer. It is free and supported by Microsoft. Browse to the appropriate storage account, click on the table storage you want to export and look for the export option in the explorer.

How do I access Azure Data Studio? ›

Connect to your Azure SQL Database server

The first time you run Azure Data Studio the Welcome page should open. If you don't see the Welcome page, select Help > Welcome. Select New Connection to open the Connection pane: Something like: servername.database.windows.net.

Where is Azure Data Studio? ›

The thing is, Azure Data Studio is included in the SQL Server Management Studio package since the SSMS version 18.7. It comes automatically alongside the SSMS installation.

How do I get to Data Studio? ›

To log in to Data Studio, you'll need a Google account — I recommend using the same one as your Analytics, Search Console, and/or Google Ads account. You'll land on the Data Studio overview page. Click the “Home” tab to view your dashboard.

What is the difference between SSMS and Azure Data Studio? ›

The main advantage of Azure Data Studio is its portability — while SSMS can work only on the Windows platform, ADS can run on Linux and macOS as well. That's a huge step forward and going in line with Microsoft's general expansion to non-Windows world.

Is Data Studio free to use? ›

The cost of using Looker Studio (Data Studio) is $0. Yes, it is a free tool—you don't have to pay anything to set it up. But, if you're looking to fetch data from non-Google platforms, you may have to pay for a third-party connector provider.

Is Data Studio an app? ›

How Do You Access Delta's In-flight Entertainment? To stream Delta Studio content on a personal device, passengers need the GoGo Entertainment App, which is available for download from Apple's App Store, the Google Play Store, and the Delta Wi-Fi Portal — the latter of which is only available once in flight.

Is Data Studio going away? ›

The brand “Data Studio” is gone, but the new Looker Studio has the same capabilities, look, and interface. In fact, right now the only change is the logo. The reports, data integrations and functionality are the same as they were previously as Data Studio. Even the URL is still the same: datastudio.google.com.

How do I connect to Microsoft SQL Server Data Studio? ›

To connect
  1. Sign in to Looker Studio.
  2. In the top left, click. then select Data Source.
  3. Select the Microsoft SQL Server 2017 connector.
  4. Enable SSL (optional) ...
  5. Click AUTHENTICATE.
  6. Select a table from the list or enter a custom query. ...
  7. Click CONNECT.

What is the difference between SQL Database and SQL Server in Azure? ›

SQL Database has some additional features that are not available in SQL Server, such as built-in high availability, intelligence, and management. Azure SQL Database offers the following deployment options: As a single database with its own set of resources managed via a logical SQL server.

Do I need to install SQL Server and SQL Server Management Studio? ›

You will need SQL Server Management Studio (SSMS) to manage SQL Server databases on local or remote instances of SQL Server. It is recommended to install SSMS as the next step.

Videos

1. Azure Data Studio Downloading, Installation and Add Connection to Microsoft Azure
(Technical AUK)
2. Microsoft Azure 06: Download and Install Azure Data Studio
(Saidur's Tech Talk)
3. How to Install Azure Data Studio on Ubuntu 22.04
(ZacsTech)
4. How To Install Azure Data Studio
(Adam Tech)
5. What is Azure Data Studio? | Azure Data Studio Tutorial
(Nirav Gandhi)
6. How to Install MS SQL Server on Mac and Create Databases - Step by Step
(Kindson The Tech Pro)
Top Articles
Latest Posts
Article information

Author: Golda Nolan II

Last Updated: 01/21/2023

Views: 5715

Rating: 4.8 / 5 (78 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Golda Nolan II

Birthday: 1998-05-14

Address: Suite 369 9754 Roberts Pines, West Benitaburgh, NM 69180-7958

Phone: +522993866487

Job: Sales Executive

Hobby: Worldbuilding, Shopping, Quilting, Cooking, Homebrewing, Leather crafting, Pet

Introduction: My name is Golda Nolan II, I am a thoughtful, clever, cute, jolly, brave, powerful, splendid person who loves writing and wants to share my knowledge and understanding with you.