Skip to main content

Deploying to Azure

Microsoft (very conveniently) has added first party support for Azure deployments via the Azure Developer CLI. There isn't much to say here because it's been streamlines to an incredible amount.

To initialize your system using the CLI you can run the following on the src level:

azd init

Then simply run:

danger

This will take a LONG time, let's not do it

azd up

If the demo gods are with you, this should package everything and deploy our entire system to Azure.

Just don't forget to take everything down afterward. You can do that by running:

azd down