From fa2926385425367c10e6d225f844c50d486345c8 Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Mon, 30 Mar 2026 18:35:55 +0530 Subject: [PATCH] Add allowed location list for aiServiceLocation --- infra/main.bicep | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/infra/main.bicep b/infra/main.bicep index ef2a0495..affe8ff6 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -34,6 +34,16 @@ param location string }) param contentUnderstandingLocation string = 'WestUS' +@allowed([ + 'australiaeast' + 'centralus' + 'eastasia' + 'eastus2' + 'japaneast' + 'northeurope' + 'southeastasia' + 'uksouth' +]) @description('Required. Location for the Azure AI Services deployment.') @metadata({ azd: {