File tree Expand file tree Collapse file tree
web-app-cosmosdb-mongodb-api/python/bicep
web-app-managed-identity/python/terraform
web-app-sql-database/python/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 echo " Using standard az for AzureCloud environment."
2626 AZ=" az"
2727fi
28+ # test comment
2829
2930# Validates if the resource group exists in the subscription, if not creates it
3031echo " Checking if resource group [$RESOURCE_GROUP_NAME ] exists in the subscription [$SUBSCRIPTION_NAME ]..."
Original file line number Diff line number Diff line change 2323
2424echo " Initializing Terraform..."
2525terraform init -upgrade
26+ # test comment
2627
2728# Run terraform plan and check for errors
2829echo " Planning Terraform deployment..."
Original file line number Diff line number Diff line change 3737 echo " Using standard az for AzureCloud environment."
3838 AZ=" az"
3939fi
40-
40+ # test comment
4141# Create a resource group
4242echo " Creating resource group [$RESOURCE_GROUP_NAME ]..."
4343$AZ group create \
You can’t perform that action at this time.
0 commit comments