Hi All
we have a requirement to download the encrypted file using Azure key vault stored in Blob and load the data into SQL table .we are able to decrypt and downlaod using Cloudblob class . ie blob.DownloadToStream(stream, null, options, null);
The challenge here is we are not allowed download decrypted file on sql server as per our security policy ,
we need to download , decrypt and load directly to sql server without keeping on sql server physical drive.
Please suggest us good way to achive that
Surendra Thota