We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76190b3 commit c65bf01Copy full SHA for c65bf01
infra/main.bicep
@@ -869,6 +869,7 @@ module adminweb './app/adminweb.bicep' = if (hostingModel == 'code') {
869
DOCUMENT_PROCESSING_QUEUE_NAME: queueName
870
FUNCTION_KEY: clientKey
871
ORCHESTRATION_STRATEGY: orchestrationStrategy
872
+ CONVERSATION_FLOW: conversationFlow
873
LOGLEVEL: logLevel
874
DATABASE_TYPE: databaseType
875
},
@@ -960,6 +961,7 @@ module adminweb_docker './app/adminweb.bicep' = if (hostingModel == 'container')
960
961
962
963
964
965
966
967
0 commit comments