Azure Function Configuration
When calling Azure function from a web app the following error occurs: SEC7120: Origin http://localhost:56960 not found in Access-Control-Allow-Origin header. JavaScript code used in browser to call the Azure function: There is a security measure put in place stopping just anybody from calling the function, which is a good idea, but can hinder your testing. […]