We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" } } } ] } }
The text was updated successfully, but these errors were encountered:
I just found that support was merged into vnext in February and is available on nuget #87
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: