I am using Nlog in my C# project and i want to save logs in Azure File Share. I found this nuget and its Github "NLog.Extensions.AzureStorage". https://github.com/JDetmar/NLog.Extensions.AzureStorage It contains Targets: AzureAccessToken, AzureBlobStorage, AzureCosmosTable, AzureDataTables, AzureEventGrid, AzureEventHub, AzureQueueStorage, AzureServiceBus.
But there is no target for Azure File Share.
Does anyone know why Azure File Share isn't on the list?
I NLog web site https://nlog-project.org/config/, to use Azure file share, they recommand a nuget that is depreceated. I also tried this nuget and does not work.
has anyone used nlog in azure file share?