Skip to content

Commit

Permalink
hardcode the region
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleysmall-microsoft committed Apr 22, 2024
1 parent daf5fd4 commit 652af2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 652af2c

Please sign in to comment.