Skip to content

Commit afde61b

Browse files
location change
1 parent 12afecd commit afde61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicepparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using './main.bicep'
22

33
param solutionPrefix = null //Type a string value to customize the prefix for your resource names
44
param solutionLocation = readEnvironmentVariable('AZURE_LOCATION', 'swedencentral')
5-
param azureOpenAILocation = readEnvironmentVariable('AZURE_ENV_OPENAI_LOCATION', 'swedencentral')
5+
param azureOpenAILocation = readEnvironmentVariable('AZURE_ENV_OPENAI_LOCATION', 'japaneast')
66
param logAnalyticsWorkspaceConfiguration = {
77
dataRetentionInDays: 30
88
existingWorkspaceResourceId: ''

0 commit comments

Comments
 (0)