Question
Could not read RSA private key
Hi, I'm storing my private key in my Azure function configuration and when I run my application from the remote Azure server I get "Could not read RSA private key." This error does not occur when I run my application locally (I'm storing the RSA key in my local.settings.json file). Why can I read the RSA key locally, but not remotely? Thanks.
