File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -892,6 +892,8 @@ module function './app/function.bicep' = if (hostingModel == 'code') {
892892 DOCUMENT_PROCESSING_QUEUE_NAME : queueName
893893 ORCHESTRATION_STRATEGY : orchestrationStrategy
894894 LOGLEVEL : logLevel
895+ AZURE_OPENAI_SYSTEM_MESSAGE : azureOpenAISystemMessage
896+ AZURE_SEARCH_TOP_K : azureSearchTopK
895897 }
896898 }
897899}
@@ -949,6 +951,8 @@ module function_docker './app/function.bicep' = if (hostingModel == 'container')
949951 DOCUMENT_PROCESSING_QUEUE_NAME : queueName
950952 ORCHESTRATION_STRATEGY : orchestrationStrategy
951953 LOGLEVEL : logLevel
954+ AZURE_OPENAI_SYSTEM_MESSAGE : azureOpenAISystemMessage
955+ AZURE_SEARCH_TOP_K : azureSearchTopK
952956 }
953957 }
954958}
Original file line number Diff line number Diff line change 55 "_generator": {
66 "name": "bicep",
77 "version": "0.28.1.47646",
8- "templateHash": "10368627789026861374 "
8+ "templateHash": "10957511334188011911 "
99 }
1010 },
1111 "parameters": {
76097609 "USE_ADVANCED_IMAGE_PROCESSING": "[parameters('useAdvancedImageProcessing')]",
76107610 "DOCUMENT_PROCESSING_QUEUE_NAME": "[variables('queueName')]",
76117611 "ORCHESTRATION_STRATEGY": "[parameters('orchestrationStrategy')]",
7612- "LOGLEVEL": "[parameters('logLevel')]"
7612+ "LOGLEVEL": "[parameters('logLevel')]",
7613+ "AZURE_OPENAI_SYSTEM_MESSAGE": "[parameters('azureOpenAISystemMessage')]",
7614+ "AZURE_SEARCH_TOP_K": "[parameters('azureSearchTopK')]"
76137615 }
76147616 }
76157617 },
88488850 "USE_ADVANCED_IMAGE_PROCESSING": "[parameters('useAdvancedImageProcessing')]",
88498851 "DOCUMENT_PROCESSING_QUEUE_NAME": "[variables('queueName')]",
88508852 "ORCHESTRATION_STRATEGY": "[parameters('orchestrationStrategy')]",
8851- "LOGLEVEL": "[parameters('logLevel')]"
8853+ "LOGLEVEL": "[parameters('logLevel')]",
8854+ "AZURE_OPENAI_SYSTEM_MESSAGE": "[parameters('azureOpenAISystemMessage')]",
8855+ "AZURE_SEARCH_TOP_K": "[parameters('azureSearchTopK')]"
88528856 }
88538857 }
88548858 },
You can’t perform that action at this time.
0 commit comments