Skip to content

Commit 12afecd

Browse files
Changed OpenAI loaction
1 parent 27684e0 commit 12afecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.waf-aligned.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 virtualMachineConfiguration = {
77
adminUsername: 'adminuser'
88
adminPassword: 'P@ssw0rd1234'

0 commit comments

Comments
 (0)