keda

CORS Issue with Azure Functions inside AKS Cluster

我的未来我决定 提交于 2021-01-07 06:49:24
问题 I have a AKS Cluster in Azure which is running my Azure functions project. I got it working by following this guide. https://markheath.net/post/azure-functions-aks-keda The service is running, however any requests from my site fail with a CORS error. If you notice on the guide the CORS option is set to * in the local.settings.json file. I noticed that azure functions does not seem to read the local.settings.json or settings.json files when running inside a container. I am not sure why but to