I'd like to only allow requests to an HTTP-triggered Azure Function that include a well-known client-certificate.
I do not want requests forwarded to the Azure Function that are not "approved".
Where is the Trust Store in Azure where I can store these well-known, client public certificates?
- How do I point AppService to look at this Trust Store?