55 "_generator" : {
66 "name" : " bicep" ,
77 "version" : " 0.42.1.51946" ,
8- "templateHash" : " 2129642045338742014 "
8+ "templateHash" : " 14768825107451790909 "
99 }
1010 },
1111 "parameters" : {
178178 "description" : " Enable chat history."
179179 }
180180 },
181+ "appTitlePrimary" : {
182+ "type" : " string" ,
183+ "defaultValue" : " Contoso" ,
184+ "metadata" : {
185+ "description" : " The primary title displayed in the header of the web app (bold text)."
186+ }
187+ },
188+ "appTitleSecondary" : {
189+ "type" : " string" ,
190+ "defaultValue" : " | Unified Data Analysis Agents" ,
191+ "metadata" : {
192+ "description" : " The secondary title displayed in the header of the web app (lighter text)."
193+ }
194+ },
195+ "useUserAccessToken" : {
196+ "type" : " bool" ,
197+ "defaultValue" : false ,
198+ "metadata" : {
199+ "description" : " Enable user access token forwarding to the API."
200+ }
201+ },
181202 "AZURE_LOCATION" : {
182203 "type" : " string" ,
183204 "defaultValue" : " "
457478 },
458479 "abbrs" : " [variables('$fxv#0')]" ,
459480 "useChatHistoryEnabledSetting" : " [if(parameters('useChatHistoryEnabled'), 'True', 'False')]" ,
481+ "useUserAccessTokenSetting" : " [if(parameters('useUserAccessToken'), 'True', 'False')]" ,
460482 "shouldDeployApp" : " [or(not(parameters('isWorkshop')), parameters('deployApp'))]" ,
461483 "solutionLocation" : " [if(empty(parameters('AZURE_LOCATION')), resourceGroup().location, parameters('AZURE_LOCATION'))]" ,
462484 "solutionSuffix" : " [toLower(trim(replace(replace(replace(replace(replace(replace(format('{0}{1}', parameters('environmentName'), parameters('solutionUniqueText')), '-', ''), '_', ''), '.', ''), '/', ''), ' ', ''), '*', '')))]" ,
29192941 "SOLUTION_NAME" : " [variables('solutionSuffix')]" ,
29202942 "IS_WORKSHOP" : " [if(parameters('isWorkshop'), 'True', 'False')]" ,
29212943 "AZURE_ENV_ONLY" : " [if(parameters('azureEnvOnly'), 'True', 'False')]" ,
2944+ "USE_USER_ACCESS_TOKEN" : " [variables('useUserAccessTokenSetting')]" ,
29222945 "APP_ENV" : " Prod" ,
29232946 "AZURE_BASIC_LOGGING_LEVEL" : " INFO" ,
29242947 "AZURE_PACKAGE_LOGGING_LEVEL" : " WARNING" ,
45384561 "value" : {
45394562 "APP_API_BASE_URL" : " [if(equals(parameters('backendRuntimeStack'), 'python'), reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_backend_docker'), '2025-04-01').outputs.appUrl.value, reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_backend_csapi_docker'), '2025-04-01').outputs.appUrl.value)]" ,
45404563 "CHAT_LANDING_TEXT" : " [variables('landingText')]" ,
4541- "IS_WORKSHOP" : " [if(parameters('isWorkshop'), 'True', 'False')]"
4564+ "IS_WORKSHOP" : " [if(parameters('isWorkshop'), 'True', 'False')]" ,
4565+ "APP_TITLE_PRIMARY" : " [parameters('appTitlePrimary')]" ,
4566+ "APP_TITLE_SECONDARY" : " [parameters('appTitleSecondary')]"
45424567 }
45434568 }
45444569 },
50855110 "description" : " Flag indicating Azure-only mode (no Fabric)"
50865111 },
50875112 "value" : " [parameters('azureEnvOnly')]"
5113+ },
5114+ "USE_USER_ACCESS_TOKEN" : {
5115+ "type" : " string" ,
5116+ "metadata" : {
5117+ "description" : " Flag indicating whether user access token forwarding is enabled"
5118+ },
5119+ "value" : " [variables('useUserAccessTokenSetting')]"
50885120 }
50895121 }
50905122}
0 commit comments