I have managed to deploy my Azure Function App to a Kubernetes cluster running in Azure, however when trying to access from my static site I get CORS issues.
I got my app running by following this guide
https://markheath.net/post/azure-functions-aks-keda
There doesn't seem to be anything on the web about how to configure CORS with Kubernetes and Azure Functions.
If anyone has any guidance on how I can get this working it would be appreciated.
I have also created this SO question https://stackoverflow.com/questions/65074215/cors-issue-with-azure-functions-inside-aks-cluster