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 3f61d65 commit dd5ade8Copy full SHA for dd5ade8
infra/main.bicep
@@ -165,6 +165,7 @@ module appserviceModule 'deploy_app_service.bicep' = {
165
HostingPlanName:'${abbrs.compute.appServicePlan}${solutionPrefix}'
166
WebsiteName:'${abbrs.compute.webApp}${solutionPrefix}'
167
useAiFoundrySdk: 'False'
168
+ azureExistingAIProjectResourceId: azureExistingAIProjectResourceId
169
}
170
scope: resourceGroup(resourceGroup().name)
171
// dependsOn:[sqlDBModule]
0 commit comments