Skip to content

the-witcher-knight/sample-azure-func-app

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published