Loading certificates with Azure Functions

Using certificates to secure, sign and validate information has become a common practice in the past couple of years. Therefore, it makes sense to use them in combination with Azure Functions as well. As Azure Functions are hosted on top of an Azure App Service this is quite possible, but you do have to configure something before you can start using certificates. Adding your certificate to the Function App Let’s just start at the beginning, in case you are wondering on how to add these certificates to your Function App. Read more →