Following applications available in path:
- OpenJDK (v21 or lower)
- Terraform (V1.5.6 or higher)
- Node.JS (v18)
- Typescript (npm install -g typescript)
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>"
- Open windows command prompt
- Change directory to root of this Git project
- Execute:
gradlew deploy