Jon Rumsey

An online markdown blog and knowledge repository.


Project maintained by nojronatron Hosted on GitHub Pages — Theme by mattgraham

Azure Friday Episode: Introducing the Azure Developer CLI (azd)

Presenters

Host: Scott Hanselman

Guest: Savannah Ostrowski

Originally aired 11-Oct-22

What Is It

New CLI for Application Developers.

AZ vs AZD??

Administrivia: High cognitive load.

Demo Notes

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:

Takeaways

This is very similar to AWS Amplify CLI.

Return to ContEd Index

Return to ROOT Readme