Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 840 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 840 Bytes

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