Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.32 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.32 KB

Simple app for learning Azure

Deployment

  • Open infrastructure folder cd deploy/infrastructure
  • Run echo .env.example > .env.dev
  • Login with azure cli az login
  • Set the account with the Azure CLI az account set --subscription "<subscription-id>"
  • Create a Service Principal az ad sp create-for-rbac --role="Contributor" --scopes="/subscriptions/<SUBSCRIPTION_ID>"
  • Fill the .env.prod configurations.
  • Run make ready and make deploy.

References

Issues