Skip to content

Commit e6e5d43

Browse files
Updated main json
1 parent 6ce57fe commit e6e5d43

File tree

2 files changed

+11956
-15220
lines changed

2 files changed

+11956
-15220
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ param enableRedundancy bool = false
124124
param enablePrivateNetworking bool = false
125125

126126
@description('Optional. The Container Registry hostname where the docker images are located.')
127-
param acrName string = 'byocgacontainerreg' // testapwaf
127+
param acrName string = 'byocgacontainerreg'
128128

129129
@description('Optional. Image Tag.')
130130
param imageTag string = 'latest_waf_2025-09-18_736'
@@ -575,7 +575,7 @@ module existingAiServicesPrivateEndpoint 'br/public:avm/res/network/private-endp
575575
params: {
576576
name: 'pep-${existingAiFoundryAiServices.name}'
577577
location: location
578-
subnetResourceId: network!.outputs.subnetPrivateEndpointsResourceId
578+
subnetResourceId: virtualNetwork!.outputs.pepsSubnetResourceId
579579
customNetworkInterfaceName: 'nic-${existingAiFoundryAiServices.name}'
580580
privateDnsZoneGroup: {
581581
privateDnsZoneGroupConfigs: [

0 commit comments

Comments
 (0)