We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ab46d + 30c2790 commit 7db4644Copy full SHA for 7db4644
1 file changed
infra/main.bicep
@@ -350,6 +350,19 @@ module aiHub 'br/public:avm/res/machine-learning-services/workspace:0.10.1' = {
350
ResourceId: aiServices.outputs.resourceId
351
}
352
353
+ {
354
+ name: toLower('${aiSearch.outputs.name}-connection')
355
+ category: 'CognitiveSearch'
356
+ target: 'https://${aiSearch.outputs.name}.search.windows.net/'
357
+ connectionProperties: {
358
+ authType: 'AAD'
359
+ }
360
+ isSharedToAll: true
361
+ metadata: {
362
+ ApiType: 'Azure'
363
+ ResourceId: aiSearch.outputs.resourceId
364
365
366
])
367
roleAssignments: empty(userObjectId) ? [] : [
368
{
0 commit comments