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: {