Skip to content

Commit

Permalink
add ai studio project name export to bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu committed Sep 3, 2024
1 parent 0920cca commit 460f597
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 @@ -294,6 +294,7 @@ output AZURE_OPENAI_API_VERSION string = openAiApiVersion
output AZURE_OPENAI_ENDPOINT string = ai.outputs.openAiEndpoint
output AZURE_OPENAI_NAME string = ai.outputs.openAiName
output AZURE_OPENAI_RESOURCE_GROUP string = resourceGroup.name
output AZURE_AI_PROJECT_NAME string = ai.outputs.projectName
output AZURE_OPENAI_RESOURCE_GROUP_LOCATION string = resourceGroup.location

output API_SERVICE_ACA_NAME string = apiContainerApp.outputs.SERVICE_ACA_NAME
Expand Down

0 comments on commit 460f597

Please sign in to comment.