Skip to content

Commit 83b2e98

Browse files
fix: Private end point location set based on Virtual Network location (#98)
1 parent 1fbda3a commit 83b2e98

File tree

4 files changed

+230
-140
lines changed

4 files changed

+230
-140
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ module cognitiveServices 'modules/cognitive-services/cognitiveServices.bicep' =
286286
networkAcls: networkAcls
287287
virtualNetworkResourceId: networkIsolation ? network.outputs.resourceId : ''
288288
virtualNetworkSubnetResourceId: networkIsolation ? network.outputs.defaultSubnetResourceId : ''
289+
virtualNetworkLocation: location
289290
principalIds: deploySampleApp ? [appIdentity.outputs.principalId] : []
290291
logAnalyticsWorkspaceResourceId: logAnalyticsWorkspaceResourceId
291292
aiModelDeployments: [

0 commit comments

Comments
 (0)