You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/main.bicep
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -593,6 +593,7 @@ module aiFoundryAiServices 'modules/ai-services.bicep' = if (aiFoundryAIservices
593
593
defaultAction: 'Allow'
594
594
virtualNetworkRules: []
595
595
ipRules: []
596
+
bypass: 'AzureServices'
596
597
}
597
598
managedIdentities: { userAssignedResourceIds: [userAssignedIdentity!.outputs.resourceId] } //To create accounts or projects, you must enable a managed identity on your resource
0 commit comments