Overview of Azure CLI Extensions
devExtensions allow users to add, modify, or remove commands within the az CLI. They are useful for releasing private or public previews of Azure CLI commands.
Key characteristics:
- Extensions are supported across all installation methods.
- They are implemented as Python Wheels.
- An extension is NOT an external executable; it operates within the
azenvironment.