Skip to content

fix: add conversation flow in environment variable for adminweb app #1572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading