Skip to content

Commit d8777b5

Browse files
fix: Fixed error on redeployment related to public network access
1 parent f6a43e7 commit d8777b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ resource azureAiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-previe
8383
kind: 'AIServices'
8484
properties: {
8585
customSubDomainName: azureAiServicesName
86+
publicNetworkAccess: 'Enabled'
8687
}
8788
}
8889

0 commit comments

Comments
 (0)