File tree Expand file tree Collapse file tree 2 files changed +11956
-15220
lines changed
Expand file tree Collapse file tree 2 files changed +11956
-15220
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ param enableRedundancy bool = false
124124param 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.' )
130130param 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 : [
You can’t perform that action at this time.
0 commit comments