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.
2 parents f546304 + 14ba4ec commit 8499a42Copy full SHA for 8499a42
infra/deploy_backend_docker.bicep
@@ -147,7 +147,7 @@ resource aiUser 'Microsoft.Authorization/roleDefinitions@2022-04-01' existing =
147
name: '53ca6127-db72-4b80-b1b0-d745d6d5456d'
148
}
149
150
-module assignAiUserRoleToAiProject 'deploy_foundry_role_assignment.bicep' = if (!empty(azureExistingAIProjectResourceId)){
+module assignAiUserRoleToAiProject 'deploy_foundry_role_assignment.bicep' = {
151
name: 'assignAiUserRoleToAiProject'
152
scope: resourceGroup(existingAIServiceSubscription, existingAIServiceResourceGroup)
153
params: {
0 commit comments