Skip to content

Commit

Permalink
fix: missing env var in function app
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed May 23, 2024
1 parent 0b3d719 commit 60d2479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module api './core/host/functions.bicep' = {
managedIdentity: true
appSettings: {
AZURE_OPENAI_API_INSTANCE_NAME: openAi.outputs.name
AZURE_OPENAI_API_ENDPOINT: finalOpenAiUrl
AZURE_OPENAI_API_VERSION: openAiApiVersion
AZURE_OPENAI_API_DEPLOYMENT_NAME: chatDeploymentName
AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME: embeddingsDeploymentName
Expand Down

0 comments on commit 60d2479

Please sign in to comment.