Skip to content

joostrovers/azure-functions-sample-project

Repository files navigation

azure-functions-sample-project

Requirements

Following applications available in path:

Configuration

Create file deployment\terraform.tfvars and set the following settings:

AZURE_TENANT_ID="<your_azure_tenant_id>"
AZURE_SUBSCRIPTION_ID="<your_azure_subscription_id>"
AZURE_CLIENT_ID="<your_azure_client_id>"
AZURE_CLIENT_SECRET="<your_azure_client_secret>"
prefix="<unique_prefix_for_your_resources>"
azure_location="<azure_region>"

Deployment

  1. Open windows command prompt
  2. Change directory to root of this Git project
  3. Execute: gradlew deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published