Skip to content

Commit 1151711

Browse files
Updated the code
1 parent 2ed80c8 commit 1151711

2 files changed

Lines changed: 128 additions & 189 deletions

File tree

infra/main.bicep

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ module cognitiveServicePrivateEndpoint 'br/public:avm/res/network/private-endpoi
819819
}
820820
}
821821

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

825825
params: {
@@ -883,6 +883,10 @@ module contentUnderstandingPrivateEndpoint 'br/public:avm/res/network/private-en
883883
name: 'aicu-dns-zone-cognitiveservices'
884884
privateDnsZoneResourceId: avmPrivateDnsZones[dnsZoneIndex.cognitiveServices]!.outputs.resourceId
885885
}
886+
{
887+
name: 'ai-services-dns-zone-aiservices'
888+
privateDnsZoneResourceId: avmPrivateDnsZones[dnsZoneIndex.aiServices]!.outputs.resourceId
889+
}
886890
{
887891
name: 'aicu-dns-zone-contentunderstanding'
888892
privateDnsZoneResourceId: avmPrivateDnsZones[dnsZoneIndex.contentUnderstanding]!.outputs.resourceId
@@ -1651,6 +1655,10 @@ module avmContainerApp_update 'br/public:avm/res/app/container-app:0.19.0' = {
16511655
: []
16521656
}
16531657
}
1658+
dependsOn: [
1659+
cognitiveServicePrivateEndpoint
1660+
contentUnderstandingPrivateEndpoint
1661+
]
16541662
}
16551663

16561664
module avmContainerApp_API_update 'br/public:avm/res/app/container-app:0.19.0' = {
@@ -1774,6 +1782,9 @@ module avmContainerApp_API_update 'br/public:avm/res/app/container-app:0.19.0' =
17741782
]
17751783
}
17761784
}
1785+
dependsOn: [
1786+
cognitiveServicePrivateEndpoint
1787+
]
17771788
}
17781789

17791790
// ========== Container App Workflow Update ========== //

0 commit comments

Comments
 (0)