Open joakimlemb opened 6 months ago
https://learn.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=portal%2Cdotnet#connect-to-azure-services-in-app-code
Is "ClientSecret" the only type of EntraID authentication supported for the "vnext" branch?
From the example/docs at https://www.nuget.org/packages/Serilog.Sinks.AzureLogAnalytics/ I can't find any information about System/User managed Identity in Azure.
If it is supported, can the doc be updated with an example for Managed Identity?
ref current available settings for EntraID auth:
"Serilog": { "Using": [ "Serilog.Sinks.AzureLogAnalytics" ], "MinimumLevel": "Verbose", "WriteTo": [ { "Name": "AzureLogAnalytics", "Args": { "credentials": { "endpoint": "https://****.****.ingest.monitor.azure.com", "immutableId": "dcr-****", "streamName": "Custom-****_CL", "tenantId": "****-****-****-****-****", "clientId": "****-****-****-****-****", "clientSecret": "*******" }, "configSettings": { "bufferSize": "5000", "batchSize": "100" } } } ] } }
https://learn.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=portal%2Cdotnet#connect-to-azure-services-in-app-code
Is "ClientSecret" the only type of EntraID authentication supported for the "vnext" branch?
From the example/docs at https://www.nuget.org/packages/Serilog.Sinks.AzureLogAnalytics/ I can't find any information about System/User managed Identity in Azure.
If it is supported, can the doc be updated with an example for Managed Identity?
ref current available settings for EntraID auth: