Skip to content

Commit 69c0e31

Browse files
bicep build code
1 parent 0f5011a commit 69c0e31

1 file changed

Lines changed: 26 additions & 14 deletions

File tree

infra/avm/main.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.44.1.10279",
9-
"templateHash": "3428880183705727582"
9+
"templateHash": "2099326972124864634"
1010
},
1111
"name": "Multi-Agent Custom Automation Engine - AVM",
1212
"description": "AVM orchestrator for the Multi-Agent Custom Automation Engine accelerator. Deploys the same logical resources and preserves the same outputs as infra\\main.bicep using local AVM wrapper modules."
@@ -51004,7 +51004,7 @@
5100451004
"_generator": {
5100551005
"name": "bicep",
5100651006
"version": "0.44.1.10279",
51007-
"templateHash": "5778435438637774225"
51007+
"templateHash": "10535819316717631477"
5100851008
}
5100951009
},
5101051010
"parameters": {
@@ -51143,11 +51143,15 @@
5114351143
"description": "Enable Azure telemetry collection."
5114451144
}
5114551145
},
51146-
"enableSessionAffinity": {
51147-
"type": "bool",
51148-
"defaultValue": false,
51146+
"stickySessionsAffinity": {
51147+
"type": "string",
51148+
"defaultValue": "none",
51149+
"allowedValues": [
51150+
"none",
51151+
"sticky"
51152+
],
5114951153
"metadata": {
51150-
"description": "Enable sticky session affinity."
51154+
"description": "Optional. Bool indicating if the Container App should enable session affinity."
5115151155
}
5115251156
}
5115351157
},
@@ -51180,7 +51184,6 @@
5118051184
"containers": {
5118151185
"value": "[parameters('containers')]"
5118251186
},
51183-
"stickySessionsAffinity": "[if(parameters('enableSessionAffinity'), createObject('value', 'sticky'), createObject('value', 'none'))]",
5118451187
"ingressExternal": "[if(parameters('disableIngress'), createObject('value', false()), createObject('value', parameters('ingressExternal')))]",
5118551188
"ingressTargetPort": {
5118651189
"value": "[parameters('ingressTargetPort')]"
@@ -51210,6 +51213,9 @@
5121051213
},
5121151214
"workloadProfileName": {
5121251215
"value": "[parameters('workloadProfileName')]"
51216+
},
51217+
"stickySessionsAffinity": {
51218+
"value": "[parameters('stickySessionsAffinity')]"
5121351219
}
5121451220
},
5121551221
"template": {
@@ -52796,7 +52802,7 @@
5279652802
},
5279752803
"mode": "Incremental",
5279852804
"parameters": {
52799-
"enableSessionAffinity": "[if(parameters('enableScalability'), createObject('value', true()), createObject('value', false()))]",
52805+
"stickySessionsAffinity": "[if(parameters('enableScalability'), createObject('value', 'sticky'), createObject('value', 'none'))]",
5280052806
"name": {
5280152807
"value": "[format('ca-mcp-{0}', variables('solutionSuffix'))]"
5280252808
},
@@ -52929,7 +52935,7 @@
5292952935
"_generator": {
5293052936
"name": "bicep",
5293152937
"version": "0.44.1.10279",
52932-
"templateHash": "5778435438637774225"
52938+
"templateHash": "10535819316717631477"
5293352939
}
5293452940
},
5293552941
"parameters": {
@@ -53068,11 +53074,15 @@
5306853074
"description": "Enable Azure telemetry collection."
5306953075
}
5307053076
},
53071-
"enableSessionAffinity": {
53072-
"type": "bool",
53073-
"defaultValue": false,
53077+
"stickySessionsAffinity": {
53078+
"type": "string",
53079+
"defaultValue": "none",
53080+
"allowedValues": [
53081+
"none",
53082+
"sticky"
53083+
],
5307453084
"metadata": {
53075-
"description": "Enable sticky session affinity."
53085+
"description": "Optional. Bool indicating if the Container App should enable session affinity."
5307653086
}
5307753087
}
5307853088
},
@@ -53105,7 +53115,6 @@
5310553115
"containers": {
5310653116
"value": "[parameters('containers')]"
5310753117
},
53108-
"stickySessionsAffinity": "[if(parameters('enableSessionAffinity'), createObject('value', 'sticky'), createObject('value', 'none'))]",
5310953118
"ingressExternal": "[if(parameters('disableIngress'), createObject('value', false()), createObject('value', parameters('ingressExternal')))]",
5311053119
"ingressTargetPort": {
5311153120
"value": "[parameters('ingressTargetPort')]"
@@ -53135,6 +53144,9 @@
5313553144
},
5313653145
"workloadProfileName": {
5313753146
"value": "[parameters('workloadProfileName')]"
53147+
},
53148+
"stickySessionsAffinity": {
53149+
"value": "[parameters('stickySessionsAffinity')]"
5313853150
}
5313953151
},
5314053152
"template": {

0 commit comments

Comments
 (0)