We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12afecd commit afde61bCopy full SHA for afde61b
infra/main.bicepparam
@@ -2,7 +2,7 @@ using './main.bicep'
2
3
param solutionPrefix = null //Type a string value to customize the prefix for your resource names
4
param solutionLocation = readEnvironmentVariable('AZURE_LOCATION', 'swedencentral')
5
-param azureOpenAILocation = readEnvironmentVariable('AZURE_ENV_OPENAI_LOCATION', 'swedencentral')
+param azureOpenAILocation = readEnvironmentVariable('AZURE_ENV_OPENAI_LOCATION', 'japaneast')
6
param logAnalyticsWorkspaceConfiguration = {
7
dataRetentionInDays: 30
8
existingWorkspaceResourceId: ''
0 commit comments