Skip to content

Commit 957ede2

Browse files
feat: Enable public network access for AI Services resource
1 parent 2b33f68 commit 957ede2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/deploy_ai_foundry.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
141141
}
142142
kind: 'AIServices'
143143
properties: {
144+
publicNetworkAccess: 'Enabled'
144145
customSubDomainName: aiServicesName
145146
apiProperties: {
146147
//statisticsEnabled: false

0 commit comments

Comments
 (0)