Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
azdata
)Applies to:
Azure Data CLI (
azdata
)
Azure Data CLI (azdata
) is a command-line utility written in Python to bootstrap and manage the data services via REST APIs.
To find your installed version and see if you need to update, run azdata --version
.
You can install Azure Data CLI (azdata
)on Linux with yum, apt, or zypper, or on MacOS with Homebrew installation package managers. Before these package managers were available, installation required Python and pip.
Important
Before you proceed, you need to remove any installation of azdata
that were installed to the global system Python. The new installers or native-packages add azdata
to your path and it is impossible to know which one is first.
If you have an existing azdata
installed to the global system Python, remove it before proceeding.
To view your current installation, run the following command:
$ pip list --format columns
If azdata
is installed by pip it returns the package and version. For example:
Package Version
------------------- ----------
azdata-cli 15.0.X
azdata-cli-app 15.0.X
azdata-cli-cluster 15.0.X
azdata-cli-core 15.0.X
azdata-cli-hdfs 15.0.X
azdata-cli-notebook 15.0.X
azdata-cli-profile 15.0.X
azdata-cli-spark 15.0.X
azdata-cli-sql 15.0.X
The following example removes a pip installation of azdata
.
$ pip freeze | grep azdata-* | xargs pip uninstall -y
After you have verified that you have removed any installation of azdata
that was installed with pip, proceed with your installation.
For a list of commands and more information, see Azure Data CLI (azdata) reference
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayTraining
Module
CLI ile Azure hizmetlerini denetleme - Training
Azure CLI’yı yerel olarak yüklemek, bir web sitesi oluşturmak ve CLI kullanarak Azure kaynaklarını yönetmek için gereken adımları öğrenin.
Certification
Microsoft Sertifikalı: Azure Veri Bilimcisi İş Ortağı - Certifications
Python, Azure Machine Learning ve MLflow ile veri alımını ve hazırlığını, model eğitimini ve dağıtımlarını ve makine öğrenmesi çözümü izlemeyi yönetin.
Documentation
Install Azure Data CLI (azdata) with Windows Installer - Azure Data CLI (azdata)
Learn how to install the Azure Data CLI (azdata) tool with the installer.