How to manage signed certificates with Azure Function V2
问题 I am working on Azure Functions App on Consumption Plan. The Func App required to load a specific signed certificate. In local machine I setup the certificate as personal certificate and everything works fine. After publishing on azure, I am getting this error: There are 0 certificates with the subject name cert.name in LocalMachine, MyUse scripts/certificates/ to generate this Nothing helpful on SO or even in Azure Func documentation on how to use certificate with azure functions. Anyone has