Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,140 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi I have a Azure Function App in Java. I have a target system api call to be made from the function app.
how to send a certificate in api call from function apps ?
Where to store the certificate and how to access it ?
I want some references in Java.