List Azure CLI Extensions

Use the following Az CLI command to list the extensions provided and maintained by Microsoft:

az extension list-available --output table

How to Manage Azure CLI Extensions in Command Line Interface?

In this article, we are going to provide the steps on how to list, find, install, update, and remove Azure CLI extensions from Azure Command Line Interface (Azure ACI) or Azure Cloud Shell.

Similar Reads

What are Azure CLI Extensions?

Azure CLI or Command Line Interface is a powerful tool developed by Microsoft used to do almost every automation task in Azure Cloud. With Azure CLI extensions you can extend the functionality of Azure CLI. You can use extensions in Azure Cloud Shell or in Azure CLI-installed machines. You can use any of the extensions to add functionality to the Azure CLI tool....

Why to use the Azure CLI extension?

Azure CLI extensions can be used to create, configure, update, list, manage, and delete Azure resources. These added extensions will help you automate various Azure deployment tasks and also help you troubleshoot problems in Azure....

Prerequisite for Azure CLI

Azure CLI should be installed on your local system or Windows server. You can find the Azure CLI installation steps here Microsoft Azure – Install Azure Command Line Interface (Azure CLI) If you are Azure Cloud Shell then you no need to perform any Azure CLI installation steps....

List Azure CLI Extensions

Use the following Az CLI command to list the extensions provided and maintained by Microsoft:...

Install an Azure CLI Extension

Use the following Az CLI command to Install a specific Azure CLI extension:...

Update Azure CLI Extension

If you already installed Az CLI and what to update then use the following Az CLI command to update the existing Az CLI extension:...

Uninstall Azure CLI Extension

Use the following Az CLI command to remove any of the installed Az CLI extension:...

Conclusion

In this article, You have explored about Azure CLI extensions key features, and their uses. We have covered the concepts for managing Azure CLI extensions in detailed steps for listing, installing, updating, and uninstalling Azure CLI extensions....

FAQs On Azure CLI Extension

Q.1: Azure CLI can be installed on which operating systems?...