ApplicationInsights-Kubernetes/examples/BuildOutOfContainer/appsettings.json

15 строки
289 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ApplicationInsights":
{
"ConnectionString": "CopyItFromYourAppInsightsResourceOnAzurePortal"
}
}