I would like to use R and the Azure Storage\'s Put Blob API to put files into my blob storage account but it fails to authenticate my request. Unfortunately, I couldn\'t find an
There is an Azure offical R package Microsoft/AzureSMR on GitHub, which can help you easier using R & Azure Blob Storage, you can refer to its tutorial to know more details.
If you just want to use some Azure services like Blob Storage, not else, I think some source codes of this project are very valuable for rebuilding your code better, such as createAzureStorageSignature method which can directly help building the signature to resolve your issue.