Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Azure Developer CLI (azd)

Installs the Azure Developer CLI along with needed dependencies.

Example Usage - Install latest azd version

"features": {
    "ghcr.io/azure/azure-dev/azd:latest": {}
}

Example Usage - Install a specific azd version

Select a specific azd version here and use it in version.

"features": {
    "ghcr.io/azure/azure-dev/azd:latest": {
        "version": "<version-number>"
    }
},

Example Usage - Install with extensions

Install azd with specific extensions by providing a comma-separated list.

"features": {
    "ghcr.io/azure/azure-dev/azd:latest": {
        "extensions": "azure.coding-agent,microsoft.azd.concurx"
    }
},

Options

Options Id Description Type Default Value
version Select or enter an Azure Developer CLI version. (Available versions may vary by Linux distribution.) string stable
extensions Comma-separated list of Azure Developer CLI extensions to install. string (empty)

Customizations

VS Code Extensions

  • ms-azuretools.azure-dev