From ba7bcb50c4fb36ace757b6a7d1b402c8f98b9397 Mon Sep 17 00:00:00 2001 From: Ricardo Cataldi Date: Thu, 21 May 2026 00:25:42 -0300 Subject: [PATCH] Use deployment region for Foundry quota --- .github/workflows/azd-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azd-deploy.yml b/.github/workflows/azd-deploy.yml index 7eae961..41c620f 100644 --- a/.github/workflows/azd-deploy.yml +++ b/.github/workflows/azd-deploy.yml @@ -268,6 +268,8 @@ jobs: ACA_ENVIRONMENT_NAME: ${{ needs.resolve-release.outputs.aca_environment_name }} AZURE_LOCATION: ${{ needs.resolve-release.outputs.azure_location }} TF_VAR_environment: ${{ needs.resolve-release.outputs.azure_env_name }} + TF_VAR_location: ${{ needs.resolve-release.outputs.azure_location }} + TF_VAR_foundry_location: ${{ needs.resolve-release.outputs.azure_location }} steps: - name: Checkout