Installs the Azure Developer CLI along with needed dependencies.
"features": {
"ghcr.io/azure/azure-dev/azd:latest": {}
}Select a specific azd version here and use it in version.
"features": {
"ghcr.io/azure/azure-dev/azd:latest": {
"version": "<version-number>"
}
},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 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) |
ms-azuretools.azure-dev