macOS
brew install azure-devlocal Homebrew formula metadata
安装
brew install azure-devlocal Homebrew formula metadata
choco install azdChocolatey community package catalog · azd · 来源: community.chocolatey.org
scoop install extras/azdScoop official bucket manifest trees · bucket/azd.json · 来源: api.github.com
winget install --id Microsoft.Azd -eWindows Package Manager source index · Microsoft.Azd · 来源: cdn.winget.microsoft.com
概览
Developer CLI that provides commands for working with Azure resources
历史
Azure Developer CLI, invoked as `azd`, is Microsoft's project-oriented Azure application CLI. Where `az` manages Azure resources directly, `azd` packages repeatable app workflows such as init, provision, deploy, pipeline setup, and environment management around `azure.yaml` templates.
The Azure/azure-dev repository's public release stream starts with `azure-dev-cli_0.1.0-beta.1` in July 2022. Its README describes a developer-centric CLI meant to take code to cloud quickly, with recommended Azure practices and template-driven workflows built in.
The tool grew around the `azure.yaml` project file and per-environment `.azure/<environment-name>/.env` files. Microsoft Learn documents `azure.yaml` as the configuration file for azd projects and explains that environment variables are stored in environment-specific `.env` files under `.azure`.
`azd` adoption is tied to Azure sample templates, app modernization demos, and teams that want fewer hand-written provisioning commands. The input package facts list Homebrew, Chocolatey, Scoop, and winget packages, showing the tool is aimed at developer workstations as much as CI.
Because `azd` is newer than Azure CLI, package-manager adoption is narrower, but the command is important in Azure docs and samples where a repository can become deployable with `azd init` and `azd up`.
Common commands are `azd init`, `azd up`, `azd provision`, `azd deploy`, and `azd env set`. The official schema docs describe `azure.yaml` as the file that tells the CLI about services, infrastructure, resources, hooks, and deployment behavior.
`azd` does not document a separate long-lived credential file for the CLI itself; it leans on Azure authentication flows and stores project/environment configuration in the project tree.
For package nerds, `azure-dev` is interesting because the Homebrew formula name differs from the command name `azd`, and Microsoft's README now points macOS users at a trusted Azure tap/cask flow while package-manager metadata also records community-distribution paths.
It is also a good example of a cloud CLI whose real payload is conventions: the executable is small compared with the project template ecosystem, generated environment files, and CI/CD hooks it orchestrates.
安全态势
没有找到 azure-dev 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
azure.yaml.azure/<environment-name>/.env可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
azd | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/Azure/azure-dev
安装元数据
| 软件包键 | brew:azure-dev |
|---|---|
| 版本 | 1.27.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/azure-dev |
| 主页 | https://aka.ms/azd |
| 仓库 | https://github.com/Azure/azure-dev |
| 上游文档 | https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli |
| 许可证 | MIT |
| 源码归档 | https://github.com/Azure/azure-dev/archive/refs/tags/azure-dev-cli_1.27.0.tar.gz |
| 最后更新 | 2026-06-30T23:54:07Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | azure-dev |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
azd
choco install azdextras/azd
scoop install extras/azdMicrosoft.Azd
winget install --id Microsoft.Azd -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.