From 8084d20a2d2df66cf3eb5743caa395911572d937 Mon Sep 17 00:00:00 2001 From: gpickett <122489228+gpickett@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:22:41 -0700 Subject: [PATCH 1/2] Update main.bicep --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index da8dbfb52..6bedefc3d 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -27,7 +27,7 @@ param location string 'westus3' ]) @description('Location for all Ai services resources. This location can be different from the resource group location.') -param azureOpenAILocation string // The location used for all deployed resources. This location must be in the same region as the resource group. +param azureOpenAILocation string = 'eastus2' // The location used for all deployed resources. This location must be in the same region as the resource group. @minLength(3) @maxLength(20) From cbef9951c27db9779cc58176397dc4b567d0ccb1 Mon Sep 17 00:00:00 2001 From: gpickett <122489228+gpickett@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:25:09 -0700 Subject: [PATCH 2/2] Update main.bicep --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 6bedefc3d..48d90641b 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -27,7 +27,7 @@ param location string 'westus3' ]) @description('Location for all Ai services resources. This location can be different from the resource group location.') -param azureOpenAILocation string = 'eastus2' // The location used for all deployed resources. This location must be in the same region as the resource group. +param azureOpenAILocation string = resourceGroup().location // The location used for all deployed resources. This location must be in the same region as the resource group. @minLength(3) @maxLength(20)