Skip to content

Commit

Permalink
Merge pull request #105 from noriyukitakei/fix/appinsights-env-vars
Browse files Browse the repository at this point in the history
環境変数にApplication Insightsの接続文字列を追加
  • Loading branch information
marumaru1019 committed Jan 29, 2024
2 parents e18b383 + 94577f8 commit 6fae53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 5.internal-document-search/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -652,3 +652,4 @@ output AZURE_COSMOSDB_RESOURCE_GROUP string = resourceGroup.name

output BACKEND_IDENTITY_PRINCIPAL_ID string = backend.outputs.identityPrincipalId
output BACKEND_URI string = backend.outputs.uri
output APPLICATIONINSIGHTS_CONNECTION_STRING string = useApplicationInsights ? monitoring.outputs.applicationInsightsConnectionString : ''

0 comments on commit 6fae53b

Please sign in to comment.