I would appreciate clarification and advice on the following:
i am working on secure file transfer using SFTP protocol. We use PGP public/private key pair for file encryption and decryption . for a time being we keep our public/private key in local system. but as per requirement we want to keep these keys on Azure's keyVault . But i didn't found any document related to import my existing PGP public/private key in Azure's keyVault.
I am confused after reading MS Azure's documentation and related blog posts, where some sources claim Asymmetric key encryption is supported, but there is no official documentation on this.