microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

Calling HTTPS Service from Azure Function #75

Closed mgmike100 closed 4 years ago

mgmike100 commented 4 years ago

Hi,

I am currently trying to investigate if I can call a HTTPS Service endpoint from an Azure Function? I need to understand how I would install the certificate for the application and whether this is programmable or configurable using Azure PaaS Functions? Or whether this is even possible from a Function.

I have researched on the internet and I could not find that much material so this is the reason for the query here.

Thanks

Mike

mbcrump commented 4 years ago

There are a few threads on this already. I did a quick search and found this solution which makes sense. If the issue persist, then you might want to open an issue on their official GH repo.