Skip to content

Commit c65bf01

Browse files
fix: add conversation flow in environment variable for adminweb app (#1572)
1 parent 76190b3 commit c65bf01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/main.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ module adminweb './app/adminweb.bicep' = if (hostingModel == 'code') {
869869
DOCUMENT_PROCESSING_QUEUE_NAME: queueName
870870
FUNCTION_KEY: clientKey
871871
ORCHESTRATION_STRATEGY: orchestrationStrategy
872+
CONVERSATION_FLOW: conversationFlow
872873
LOGLEVEL: logLevel
873874
DATABASE_TYPE: databaseType
874875
},
@@ -960,6 +961,7 @@ module adminweb_docker './app/adminweb.bicep' = if (hostingModel == 'container')
960961
DOCUMENT_PROCESSING_QUEUE_NAME: queueName
961962
FUNCTION_KEY: clientKey
962963
ORCHESTRATION_STRATEGY: orchestrationStrategy
964+
CONVERSATION_FLOW: conversationFlow
963965
LOGLEVEL: logLevel
964966
DATABASE_TYPE: databaseType
965967
},

0 commit comments

Comments
 (0)