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 e330cc8 commit ff8b43bCopy full SHA for ff8b43b
infra/main.bicep
@@ -70,6 +70,11 @@ var chatConfig = {
70
deploymentCapacity: chatDeploymentCapacity != 0 ? chatDeploymentCapacity : 30
71
}
72
73
+// Reference the existing resource group
74
+resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' existing = {
75
+ name: existingResourceGroupName
76
+}
77
+
78
param embedModelName string = ''
79
param embedDeploymentName string = ''
80
param embedDeploymentVersion string = ''
0 commit comments