We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b13ff commit 4dd99c6Copy full SHA for 4dd99c6
2 files changed
infra/main.bicep
@@ -192,12 +192,12 @@ module aiServices 'modules/ai-services/main.bicep' = {
192
deployments: [modelDeployment]
193
projectName: 'proj-${resourcesName}'
194
logAnalyticsWorkspaceResourceId: enableMonitoring ? logAnalyticsWorkspace.outputs.resourceId : ''
195
- privateNetworking: enablePrivateNetworking
196
- ? {
197
- virtualNetworkResourceId: network.outputs.vnetResourceId
198
- subnetResourceId: network.outputs.subnetPrivateEndpointsResourceId
199
- }
200
- : null
+ // privateNetworking: enablePrivateNetworking
+ // ? {
+ // virtualNetworkResourceId: network.outputs.vnetResourceId
+ // subnetResourceId: network.outputs.subnetPrivateEndpointsResourceId
+ // }
+ // : null
201
roleAssignments: [
202
{
203
principalId: appIdentity.outputs.principalId
infra/modules/aiServices.bicep
0 commit comments