Skip to content

Commit c747681

Browse files
script issue fix added
1 parent 9e076fa commit c747681

2 files changed

Lines changed: 223 additions & 267 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,7 @@ module aiFoundryAiServices 'br:mcr.microsoft.com/bicep/avm/res/cognitive-service
474474
disableLocalAuth: true
475475
allowProjectManagement: true
476476
customSubDomainName: aiFoundryAiServicesResourceName
477-
apiProperties: {
478-
//staticsEnabled: false
479-
}
477+
restrictOutboundNetworkAccess: false
480478
deployments: [
481479
for deployment in aiFoundryAiServicesModelDeployment: {
482480
name: deployment.name

0 commit comments

Comments
 (0)