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 b0cd5b3 commit e330cc8Copy full SHA for e330cc8
infra/main.bicep
@@ -35,7 +35,7 @@ param principalId string = ''
35
param openAILocation string
36
37
@description('Name of the OpenAI resource group. If not specified, the resource group name will be generated.')
38
-param openAIResourceGroupName string = ''
+param openAIResourceGroupName string = existingResourceGroupName
39
40
@description('Whether to deploy Azure OpenAI resources')
41
param deployAzureOpenAI bool = true
0 commit comments