'NLog to Azure Blob, how to reduce access with Shared Access Signature or Connection String
I have a console app, that logs to azure blob storage successfully with this extension https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureBlobStorage/README.md
It uses the connection string of the azure blob storage that gives full access to the storage.
Is it possible to limit the access to only one container within this storage may be with shared access signature instead of the full connection string?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
