An online markdown blog and knowledge repository.
Host: Scott Hanselman
Guest: Savannah Ostrowski
Originally aired 11-Oct-22
New CLI for Application Developers.
AZ vs AZD??
Administrivia: High cognitive load.
Is what I'm doing secure? Are the correct infrastructure and services being deployed for my application development?
Bsst Practices + Infra As Code + Tools => App Running in Azure with CI-Cd and Monitoring.
Templates:
Pull program from GitHub: azd init
. Prompted to then:
WSL is supported!
Directory .azure
: Stores the environment created with azd init aka 'dot env file'.
Init codebase, provision and deploy in one command: azd up
All of the items that are provisioned upon deployment are displayed on the CLI output.
By default, AZD builds a shared Dashboard with monitoring and logging tools!
CosmoDB can also be created, via a Bicep file.
Get AZD:
This is very similar to AWS Amplify CLI.
Return to ContEd Index
Return to ROOT Readme