Azure Functions in Python and GnuPG invocation
I have an Azure Function in Python and I am trying to use the python-gnupg wrapper to invoke a GnuPG binary while doing local development. This is the code I am trying out inside of the Azure Function with a…