Skip to content

Commit d77af77

Browse files
author
ks6088ts
committed
define connection string for Azure Function local settings
1 parent f717dc0 commit d77af77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020

2121
- [Application Insights の概要 - OpenTelemetry の可観測性](https://learn.microsoft.com/ja-jp/azure/azure-monitor/app/app-insights-overview)
2222
- [FastAPI のテレメトリデータを Azure Application Insights に送る](https://qiita.com/hoto17296/items/2f366dfabdbe3d1d4e97)
23+
- [【Azure Functions】 - Application Insights のログが表示されない問題](https://zenn.dev/headwaters/articles/ff19f7e1b99b44)

local.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"IsEncrypted": false,
33
"Values": {
4+
"APPLICATIONINSIGHTS_CONNECTION_STRING": "InstrumentationKey=YOUR_INSTRUMENTATION_KEY;IngestionEndpoint=https://japaneast-1.in.applicationinsights.azure.com/;LiveEndpoint=https://japaneast.livediagnostics.monitor.azure.com/;ApplicationId=YOUR_APPLICATION_ID",
45
"FUNCTIONS_WORKER_RUNTIME": "python",
56
"AzureWebJobsFeatureFlags": "EnableWorkerIndexing",
67
"AzureWebJobsStorage": ""

0 commit comments

Comments
 (0)