diff --git a/infra/main.bicep b/infra/main.bicep index f1ac67be..1540853f 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -137,7 +137,8 @@ param azureCacheIndexName string = 'gptkbindex' param azureCacheName string = '' @description('Location of the resource group for the Azure Cache for Redis service') -param azureCacheResourceGroupLocation string = location +// hardcode the region because some regions do not support non-zonal deployments +param azureCacheResourceGroupLocation string = 'eastus' // location @description('Name of the resource group for the Azure Cache for Redis service') param azureCacheResourceGroupName string = ''