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 27684e0 commit 12afecdCopy full SHA for 12afecd
infra/main.waf-aligned.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 virtualMachineConfiguration = {
7
adminUsername: 'adminuser'
8
adminPassword: 'P@ssw0rd1234'
0 commit comments