A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
We should have a dedicated page/section for the following:
Dedicated page for each support language
Outline the lifecycle for each language and the underlying commands run for each lifecycle, restore, build, package & deploy. For example, during build of javascript/typescript applications call npm run build.
Specifically call out any noop operations
Resource group / resource discoverability
More / better docs around azd-env-name and azd-service-name and other resource resolution strategies
Override with config
Override with environment variables
Each service target (containerapp, appservice, aks, etc)
Expected IaC outputs / environment variables
Additional configuration to override environment variables
Commands run based on configuration (kubctl, helm, kustomize)
Today our documentation is limited when it comes down to converting your own application to be azd compatible.
Current Docs:
We should have a dedicated page/section for the following:
restore
,build
,package
&deploy
. For example, duringbuild
of javascript/typescript applications callnpm run build
.noop
operationsazd-env-name
andazd-service-name
and other resource resolution strategies