I have some encrypted files. So I plan to use Blob Trigger when any encrypted file is dropped in the blob, it will trigger a function. Want to decrypt the encrypted string and then save this decrypted string back to the container in the Azure.
Can this be done?