- 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
andmake deploy
.
-
Notifications
You must be signed in to change notification settings - Fork 0
the-witcher-knight/sample-azure-func-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published