How to reference and upload a file in Azure Blob Storage?
I’m working on an Azure Function App that will grab a .pgp file off of Blob Storage, decrypt it, and then upload that decrypted file back to Blob Storage. I’ve done quite a bit of research and everything usually assumes…