Microsoft Data Azure Mac

archiveyellow
7 min readNov 2, 2021

--

Download here

Contact OpenLinks, ActualTech, and put a request for one in the Microsoft Excel feature forum here: Excel for Mac Until an ODBC driver exists, you won’t be able to make that data connection. The Microsoft data platform brings AI to your data so you gain deep knowledge about your business and customers like never before. Only Microsoft brings machine learning to database engines and to the edge, for faster predictions and better security.

  1. Microsoft Data Azure Mac Free
  2. Microsoft Perform Cloud Data Science With Azure Machine Learning
  3. Microsoft Data Azure Mac Download

Azure Data Studio runs on Windows, macOS, and Linux.

Download and install the latest release:

Note

If you’re updating from SQL Operations Studio and want to keep your settings, keyboard shortcuts, or code snippets, see Move user settings.

PlatformDownloadRelease dateVersionWindowsUser Installer (recommended)
System Installer
.zipMarch 18, 20201.16.0macOS.zipMarch 18, 20201.16.0Linux.deb
.rpm
.tar.gzMarch 18, 20201.16.0

For details about the latest release, see the release notes.

Get Azure Data Studio for Windows

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

The user installer is recommended because it does not require administrator privileges, which simplifies both installs and upgrades. The user installer does not require Administrator privileges as 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

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

.zip file

  1. Download Azure Data Studio .zip for Windows.
  2. Browse to the downloaded file and extract it.
  3. Run azuredatastudio-windowsazuredatastudio.exe

Microsoft Data Azure Mac Free

Get Azure Data Studio for macOS

  1. Download Azure Data Studio for macOS.
  2. To expand the contents of the zip, double-click it.
  3. To make Azure Data Studio available in the Launchpad, drag Azure Data Studio.app to the Applications folder.

Get Azure Data Studio for Linux

  1. Download Azure Data Studio for Linux by using one of the installers or the tar.gz archive:
  2. To extract the file and launch Azure Data Studio, open a new Terminal window and type the following commands:
  3. Debian Installation:
  4. rpm Installation:
  5. tar.gz Installation:
  6. Note
  7. On Debian, Redhat, and Ubuntu, you may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
  8. Debian:
  9. Redhat:
  10. Ubuntu:

Download Insiders build of Azure Data Studio

In general, users should download the stable release of Azure Data Studio above. However, if you want to try out our beta features and give us feedback, you can download an Insiders build of Azure Data Studio.

Uninstall Azure Data Studio

If you installed Azure Data Studio using the Windows installer, then uninstall the same way you remove any Windows application.

If you installed Azure Data Studio with a .zip or other archive, then simply delete the files.

Supported Operating Systems

Azure Data Studio runs on Windows, macOS, and Linux, and is supported on the following platforms:

Windows

  • Windows 10 (64-bit)
  • Windows 8.1 (64-bit)
  • Windows 8 (64-bit)
  • Windows 7 (SP1) (64-bit) — Requires KB2533623
  • Windows Server 2019
  • Windows Server 2016
  • Windows Server 2012 R2 (64-bit)
  • Windows Server 2012 (64-bit)
  • Windows Server 2008 R2 (64-bit)

macOS

Microsoft Perform Cloud Data Science With Azure Machine Learning

  • macOS 10.15 Catalina
  • macOS 10.14 Mojave
  • macOS 10.13 High Sierra
  • macOS 10.12 Sierra

Linux

  • Red Hat Enterprise Linux 7.4
  • Red Hat Enterprise Linux 7.3
  • SUSE Linux Enterprise Server v12 SP2
  • Ubuntu 16.04

Recommended System Requirements

CPU CoresMemory/RAMRecommended48 GBMinimum24 GB

Check for updates

To check for latest updates, click the gear icon on the bottom left of the window and click Check for Updates

Supported SQL offerings

  • This version of Azure Data Studio works with all supported versions of SQL Server 2014 — SQL Server 2019 (15.x) and provides support for working with the latest cloud features in Azure SQL Database and Azure SQL Data Warehouse. Azure Data Studio also provides preview support for Azure SQL Managed Instance.

Upgrade from SQL Operations Studio

If you are still using SQL Operations Studio, you need to upgrade to Azure Data Studio. SQL Operations Studio was the preview name and preview version of Azure Data Studio. In September 2018, we changed the name to Azure Data Studio and released the General Availability (GA) version. Because SQL Operations Studio is no longer being updated or supported, we ask all SQL Operations Studio users to download the latest version of Azure Data Studio to get the latest features, security updates, and fixes.

When upgrading from the old preview to the latest Azure Data Studio, you will lose your current settings and extensions. To move your settings, follow the instructions in the following Move user settings section:

Move user settings

If you want to move your custom settings, keyboard shortcuts, or code snippets, follow the steps below. This is important to do if you are upgrading from SQL Operations Studio version to Azure Data Studio.

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

  1. Open Settings by clicking the gear on the bottom left and clicking Settings.
  2. Right-click the User Settings tab on top and click Reveal in Explorer
  3. Copy all files in this folder and save in an easy to find location on your local drive, like your Documents folder.
  4. In your new version of Azure Data Studio, follow steps 1–2, then for step 3 paste the contents you saved into the folder. You can also manually copy over the settings, keybindings, or snippets in their respective locations.
  5. If overriding an existing installation, delete the old install directory before installation to avoid errors connecting to your Azure account for the resource explorer.

Next Steps

See one of the following quickstarts to get started:

Get help for SQL tools

Contribute to SQL documentation

Did you know that you could edit the content yourself? If you do so, not only will our documentation improve, but you’ll also be credited as a contributor to the page.

Microsoft Privacy Statement and usage data collection.

For the macOS platform, you can install the Azure CLI with homebrew package manager. Homebrew makes it easy to keep yourinstallation of the CLI update to date. The CLI package has been tested on macOS versions 10.9 and later.

The current version of the Azure CLI is 2.3.1. For information about the latest release, see the release notes. To find your installed version and see if you need to update, run az --version.

Install with Homebrew

Homebrew is the easiest way to manage your CLI install. It provides convenient ways to install, update, and uninstall.If you don’t have homebrew available on your system, install homebrew before continuing.

You can install the CLI by updating your brew repository information, and then running the install command:

Important

The Azure CLI has a dependency on the Homebrew python3 package, and will install it.The Azure CLI is guaranteed to be compatible with the latest version of python3published on Homebrew.

You can then run the Azure CLI with the az command. To sign in, use az login command.

Microsoft Data Azure Mac Download

  1. Run the login command.
  2. If the CLI can open your default browser, it will do so and load an Azure sign-in page.
  3. Otherwise, open a browser page at https://aka.ms/devicelogin and enter theauthorization code displayed in your terminal.
  4. Sign in with your account credentials in the browser.

To learn more about different authentication methods, see Sign in with Azure CLI.

Troubleshooting

If you encounter a problem when installing the CLI through Homebrew, here are some common errors. If you experience a problem not covered here, file an issue on github.

Completion is not working

The Homebrew formula of Azure CLI installs a completion file named az in the Homebrew-managed completions directory (default location is /usr/local/etc/bash_completion.d/). To enable completion, please follow Homebrew's instructions here.

Unable to find Python or installed packages

There may be a minor version mismatch or other issue during homebrew installation. The CLI doesn’t use a Python virtual environment, so it relies on findingthe installed Python version. A possible fix is to install and relink the python3 dependency from Homebrew.

CLI version 1.x is installed

If an out-of-date version was installed, it could be because of a stale homebrew cache. Follow the update instructions.

Proxy blocks connection

You may be unable to get resources from Homebrew unless you have correctly configured it touse your proxy. Follow the Homebrew proxy configuration instructions.

Important

If you are behind a proxy, HTTP_PROXY and HTTPS_PROXY must be set to connect to Azure services with the CLI.If you are not using basic auth, it's recommended to export these variables in your .bashrc file.Always follow your business' security policies and the requirements of your system administrator.

In order to get the bottle resources from Homebrew, your proxy needs to allow HTTPS connections tothe following addresses:

Update

The CLI is regularly updated with bug fixes, improvements, new features, and preview functionality. A new release is available roughly everytwo weeks. Update your local repository information and then upgrade the azure-cli package.

Uninstall

If you decide to uninstall the Azure CLI, we’re sorry to see you go. Before you uninstall, use the az feedback command to let us knowwhat could be improved or fixed. Our goal is to make the Azure CLI bug-free and user-friendly. If you found a bug, we'd appreciate it if you file a GitHub issue.

Use homebrew to uninstall the azure-cli package.

Other installation methods

If you can’t use homebrew to install the Azure CLI in your environment, it’s possible to use the manual instructions for Linux. Note thatthis process is not officially maintained to be compatible with macOS. Using a package manager such as Homebrew is always recommended. Only use the manualinstallation method if you have no other option available.

For the manual installation instructions, see Install Azure CLI on Linux manually.

Next Steps

Now that you’ve installed the Azure CLI, take a short tour of its features and common commands.

Download here

--

--