This azure function demonstrates the isolated model of Azure Functions in .NET 8.
It reads blob from a storage account, encrypts the message and stores the encrypted blob in another blob container.
Azure Function NET8 implementation of PGP encryption using PgpCore library
C#