We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d6a6b7 + 531b033 commit 5cb9971Copy full SHA for 5cb9971
2 files changed
infra/deploy_ai_foundry.bicep
@@ -67,7 +67,7 @@ resource applicationInsights 'Microsoft.Insights/components@2020-02-02' = {
67
Application_Type: 'web'
68
publicNetworkAccessForIngestion: 'Enabled'
69
publicNetworkAccessForQuery: 'Enabled'
70
- WorkspaceResourceId: logAnalytics.id
+ WorkspaceResourceId: useExisting ? existingLogAnalyticsWorkspaceId : logAnalytics.id
71
}
72
73
infra/main.bicep
@@ -83,6 +83,7 @@ resource azureAiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-previe
83
kind: 'AIServices'
84
properties: {
85
customSubDomainName: azureAiServicesName
86
+ publicNetworkAccess: 'Enabled'
87
88
89
0 commit comments