Skip to content

Commit 297a4cf

Browse files
fix: Content understanding networking issue
1 parent 3022818 commit 297a4cf

File tree

2 files changed

+112
-183
lines changed

2 files changed

+112
-183
lines changed

infra/main.bicep

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ module cognitiveServicePrivateEndpoint 'br/public:avm/res/network/private-endpoi
814814
}
815815
}
816816

817-
module avmAiServices_cu 'br/public:avm/res/cognitive-services/account:0.13.2' = {
817+
module avmAiServices_cu 'br/public:avm/res/cognitive-services/account:0.14.1' = {
818818
name: take('avm.res.cognitive-services.account.content-understanding.${solutionSuffix}', 64)
819819

820820
params: {
@@ -873,6 +873,10 @@ module contentUnderstandingPrivateEndpoint 'br/public:avm/res/network/private-en
873873
name: 'aicu-dns-zone-cognitiveservices'
874874
privateDnsZoneResourceId: avmPrivateDnsZones[dnsZoneIndex.cognitiveServices]!.outputs.resourceId
875875
}
876+
{
877+
name: 'ai-services-dns-zone-aiservices'
878+
privateDnsZoneResourceId: avmPrivateDnsZones[dnsZoneIndex.aiServices]!.outputs.resourceId
879+
}
876880
{
877881
name: 'aicu-dns-zone-contentunderstanding'
878882
privateDnsZoneResourceId: avmPrivateDnsZones[dnsZoneIndex.contentUnderstanding]!.outputs.resourceId

0 commit comments

Comments
 (0)