Forrest logo
back to the az tool

az-bicep:tldr:64895

az-bicep: Uninstall Bicep CLI.
$ az bicep uninstall
try on your machine

The command "az bicep uninstall" is used to uninstall the Bicep extension from the Azure CLI (Command Line Interface) tool.

Bicep is a domain-specific language (DSL) and set of tools developed by Microsoft to simplify the authoring and deployment of Azure Resource Manager (ARM) templates. It allows you to define your infrastructure as code using a simple and declarative syntax.

When you install the Bicep extension using the "az bicep install" command, it adds additional commands and functionality related to Bicep into your Azure CLI. However, if you no longer need the Bicep extension or want to switch back to using regular ARM templates, you can use the "az bicep uninstall" command to remove the Bicep extension from your Azure CLI.

By uninstalling the Bicep extension, you will no longer have access to Bicep-specific commands and features, and you won't be able to author or deploy Bicep files.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the az tool