Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ module avmContainerAppEnv 'br/public:avm/res/app/managed-environment:0.13.2' = {
tags: {
...resourceGroup().tags
...tags
TemplateName: 'Content Processing'
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
CreatedBy: createdBy
DeploymentName: deployment().name
}
managedIdentities: { systemAssigned: true }
appLogsConfiguration: enableMonitoring
Expand Down
52 changes: 26 additions & 26 deletions infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "312988678863218513"
"version": "0.43.8.12551",
"templateHash": "10672198332480851690"
},
"name": "Content Processing Solution Accelerator",
"description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
Expand Down Expand Up @@ -335,8 +335,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "10219602196309243204"
"version": "0.43.8.12551",
"templateHash": "13206959925771644022"
}
},
"definitions": {
Expand Down Expand Up @@ -19303,8 +19303,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "15098611015028470375"
"version": "0.43.8.12551",
"templateHash": "13200482898648544945"
}
},
"parameters": {
Expand Down Expand Up @@ -23329,8 +23329,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "18123481228095028530"
"version": "0.43.8.12551",
"templateHash": "15729887991536611208"
}
},
"parameters": {
Expand Down Expand Up @@ -23933,8 +23933,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "1869938830611166930"
"version": "0.43.8.12551",
"templateHash": "8672669912945312056"
},
"name": "Container Registry Module"
},
Expand Down Expand Up @@ -36308,8 +36308,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "18336251851332975005"
"version": "0.43.8.12551",
"templateHash": "9621562991003135575"
},
"name": "Cognitive Services",
"description": "This module deploys a Cognitive Service."
Expand Down Expand Up @@ -37568,8 +37568,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "8883353547455396972"
"version": "0.43.8.12551",
"templateHash": "8864856500234357706"
}
},
"definitions": {
Expand Down Expand Up @@ -39301,8 +39301,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "13560950051680758953"
"version": "0.43.8.12551",
"templateHash": "312284397710022090"
}
},
"definitions": {
Expand Down Expand Up @@ -39455,8 +39455,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "2020223351407601593"
"version": "0.43.8.12551",
"templateHash": "276675105610077046"
}
},
"definitions": {
Expand Down Expand Up @@ -39673,8 +39673,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "8883353547455396972"
"version": "0.43.8.12551",
"templateHash": "8864856500234357706"
}
},
"definitions": {
Expand Down Expand Up @@ -41406,8 +41406,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "13560950051680758953"
"version": "0.43.8.12551",
"templateHash": "312284397710022090"
}
},
"definitions": {
Expand Down Expand Up @@ -41560,8 +41560,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.42.1.51946",
"templateHash": "2020223351407601593"
"version": "0.43.8.12551",
"templateHash": "276675105610077046"
}
},
"definitions": {
Expand Down Expand Up @@ -42483,8 +42483,8 @@
"avmAiServices",
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]",
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
"virtualNetwork"
]
},
Expand All @@ -42505,7 +42505,7 @@
"value": "[parameters('location')]"
},
"tags": {
"value": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags')))]"
"value": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'Content Processing', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name)))]"
},
"managedIdentities": {
"value": {
Expand Down
4 changes: 4 additions & 0 deletions infra/main_custom.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,10 @@ module avmContainerAppEnv 'br/public:avm/res/app/managed-environment:0.13.2' = {
tags: {
...resourceGroup().tags
...tags
TemplateName: 'Content Processing'
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
CreatedBy: createdBy
DeploymentName: deployment().name
}
managedIdentities: { systemAssigned: true }
appLogsConfiguration: enableMonitoring
Expand Down
Loading