Skip to content

Commit

Permalink
fix: add conversation flow in environment variable for adminweb app (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka-Microsoft authored Dec 19, 2024
1 parent 76190b3 commit c65bf01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ module adminweb './app/adminweb.bicep' = if (hostingModel == 'code') {
DOCUMENT_PROCESSING_QUEUE_NAME: queueName
FUNCTION_KEY: clientKey
ORCHESTRATION_STRATEGY: orchestrationStrategy
CONVERSATION_FLOW: conversationFlow
LOGLEVEL: logLevel
DATABASE_TYPE: databaseType
},
Expand Down Expand Up @@ -960,6 +961,7 @@ module adminweb_docker './app/adminweb.bicep' = if (hostingModel == 'container')
DOCUMENT_PROCESSING_QUEUE_NAME: queueName
FUNCTION_KEY: clientKey
ORCHESTRATION_STRATEGY: orchestrationStrategy
CONVERSATION_FLOW: conversationFlow
LOGLEVEL: logLevel
DATABASE_TYPE: databaseType
},
Expand Down

0 comments on commit c65bf01

Please sign in to comment.