|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.44.1.10279", |
9 | | - "templateHash": "8714866940320286579" |
| 9 | + "templateHash": "2099326972124864634" |
10 | 10 | }, |
11 | 11 | "name": "Multi-Agent Custom Automation Engine - AVM", |
12 | 12 | "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 | 51004 | "_generator": { |
51005 | 51005 | "name": "bicep", |
51006 | 51006 | "version": "0.44.1.10279", |
51007 | | - "templateHash": "9906697545075116207" |
| 51007 | + "templateHash": "10535819316717631477" |
51008 | 51008 | } |
51009 | 51009 | }, |
51010 | 51010 | "parameters": { |
|
51142 | 51142 | "metadata": { |
51143 | 51143 | "description": "Enable Azure telemetry collection." |
51144 | 51144 | } |
| 51145 | + }, |
| 51146 | + "stickySessionsAffinity": { |
| 51147 | + "type": "string", |
| 51148 | + "defaultValue": "none", |
| 51149 | + "allowedValues": [ |
| 51150 | + "none", |
| 51151 | + "sticky" |
| 51152 | + ], |
| 51153 | + "metadata": { |
| 51154 | + "description": "Optional. Bool indicating if the Container App should enable session affinity." |
| 51155 | + } |
51145 | 51156 | } |
51146 | 51157 | }, |
51147 | 51158 | "resources": { |
|
51202 | 51213 | }, |
51203 | 51214 | "workloadProfileName": { |
51204 | 51215 | "value": "[parameters('workloadProfileName')]" |
| 51216 | + }, |
| 51217 | + "stickySessionsAffinity": { |
| 51218 | + "value": "[parameters('stickySessionsAffinity')]" |
51205 | 51219 | } |
51206 | 51220 | }, |
51207 | 51221 | "template": { |
|
52788 | 52802 | }, |
52789 | 52803 | "mode": "Incremental", |
52790 | 52804 | "parameters": { |
| 52805 | + "stickySessionsAffinity": "[if(parameters('enableScalability'), createObject('value', 'sticky'), createObject('value', 'none'))]", |
52791 | 52806 | "name": { |
52792 | 52807 | "value": "[format('ca-mcp-{0}', variables('solutionSuffix'))]" |
52793 | 52808 | }, |
|
52920 | 52935 | "_generator": { |
52921 | 52936 | "name": "bicep", |
52922 | 52937 | "version": "0.44.1.10279", |
52923 | | - "templateHash": "9906697545075116207" |
| 52938 | + "templateHash": "10535819316717631477" |
52924 | 52939 | } |
52925 | 52940 | }, |
52926 | 52941 | "parameters": { |
|
53058 | 53073 | "metadata": { |
53059 | 53074 | "description": "Enable Azure telemetry collection." |
53060 | 53075 | } |
| 53076 | + }, |
| 53077 | + "stickySessionsAffinity": { |
| 53078 | + "type": "string", |
| 53079 | + "defaultValue": "none", |
| 53080 | + "allowedValues": [ |
| 53081 | + "none", |
| 53082 | + "sticky" |
| 53083 | + ], |
| 53084 | + "metadata": { |
| 53085 | + "description": "Optional. Bool indicating if the Container App should enable session affinity." |
| 53086 | + } |
53061 | 53087 | } |
53062 | 53088 | }, |
53063 | 53089 | "resources": { |
|
53118 | 53144 | }, |
53119 | 53145 | "workloadProfileName": { |
53120 | 53146 | "value": "[parameters('workloadProfileName')]" |
| 53147 | + }, |
| 53148 | + "stickySessionsAffinity": { |
| 53149 | + "value": "[parameters('stickySessionsAffinity')]" |
53121 | 53150 | } |
53122 | 53151 | }, |
53123 | 53152 | "template": { |
|
0 commit comments