File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ using './main.bicep'
22
33param solutionPrefix = null //Type a string value to customize the prefix for your resource names
44param solutionLocation = readEnvironmentVariable ('AZURE_LOCATION' , 'swedencentral' )
5- param azureOpenAILocation = readEnvironmentVariable ('AZURE_ENV_OPENAI_LOCATION' , 'japaneast ' )
5+ param azureOpenAILocation = readEnvironmentVariable ('AZURE_ENV_OPENAI_LOCATION' , 'swedencentral ' )
66param logAnalyticsWorkspaceConfiguration = {
77 dataRetentionInDays : 30
88 existingWorkspaceResourceId : ''
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ using './main.bicep'
22
33param solutionPrefix = null //Type a string value to customize the prefix for your resource names
44param solutionLocation = readEnvironmentVariable ('AZURE_LOCATION' , 'swedencentral' )
5- param azureOpenAILocation = readEnvironmentVariable ('AZURE_ENV_OPENAI_LOCATION' , 'japaneast ' )
5+ param azureOpenAILocation = readEnvironmentVariable ('AZURE_ENV_OPENAI_LOCATION' , 'swedencentral ' )
66param virtualMachineConfiguration = {
77 adminUsername : 'adminuser'
88 adminPassword : 'P@ssw0rd1234'
You can’t perform that action at this time.
0 commit comments