Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,9 @@ module webSite 'modules/web-sites.bicep' = {
AZURE_SEARCH_STRICTNESS: azureSearchStrictness
AZURE_OPENAI_EMBEDDING_NAME: embeddingModel
AZURE_OPENAI_EMBEDDING_ENDPOINT : aiFoundryAiServices.outputs.endpoint
AZURE_BASIC_LOGGING_LEVEL: 'INFO'
AZURE_PACKAGE_LOGGING_LEVEL: 'WARNING'
AZURE_LOGGING_PACKAGES: ''
SQLDB_SERVER: sqlServerFqdn
SQLDB_DATABASE: sqlDbName
USE_INTERNAL_STREAM: useInternalStream
Expand Down
Loading
Loading