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 44f5884 commit 4d0b6b0Copy full SHA for 4d0b6b0
infra/deploy_ai_foundry.bicep
@@ -299,6 +299,9 @@ module assignOpenAIRoleToAISearch 'deploy_foundry_role_assignment.bicep' = {
299
vnetRules: !empty(azureExistingAIProjectResourceId) ? existing_aiServicesModule.outputs.vnetRules : []
300
ipRules: !empty(azureExistingAIProjectResourceId) ? existing_aiServicesModule.outputs.ipRules : []
301
}
302
+ dependsOn: [
303
+ assignFoundryRoleToMIExisting
304
+ ]
305
306
307
resource searchIndexDataReader 'Microsoft.Authorization/roleDefinitions@2022-04-01' existing = {
0 commit comments