File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3131 AZURE_ENV_NAME : ${{ secrets.AZURE_ENV_NAME }}
3232 AZURE_LOCATION : ${{ secrets.AZURE_LOCATION }}
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34+ AZURE_DEV_COLLECT_TELEMETRY : ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
3435
3536 # Step 3: Print the result of the validation
3637 - name : Print result
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ module avmStorageAccount 'br/public:avm/res/storage/storage-account:0.20.0' = {
490490}
491491
492492// // ========== AI Foundry and related resources ========== //
493- module avmAiServices 'modules/account/aiservice .bicep' = {
493+ module avmAiServices 'modules/account/aifoundry .bicep' = {
494494 name : take ('module.ai-services.${solutionSuffix }' , 64 )
495495 params : {
496496 name : 'aif-${solutionSuffix }'
Original file line number Diff line number Diff line change 66 "_generator": {
77 "name": "bicep",
88 "version": "0.37.4.10188",
9- "templateHash": "15543709728547763503 "
9+ "templateHash": "10045374231657176554 "
1010 },
1111 "name": "Content Processing Solution Accelerator",
1212 "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
3296832968 "avmContainerApp",
3296932969 "avmContainerApp_API",
3297032970 "avmManagedIdentity",
32971- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
3297232971 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
32972+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
3297332973 "virtualNetwork"
3297432974 ]
3297532975 },
3871038710 "dependsOn": [
3871138711 "avmContainerApp",
3871238712 "avmManagedIdentity",
38713- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
38714- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
3871538713 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
38714+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
38715+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3871638716 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]",
3871738717 "logAnalyticsWorkspace",
3871838718 "virtualNetwork"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments