Azure function app doesn’t work after unlinking to Azure static web app
As we know, we can link existing Azure function app to Azure static web app. After that, the Azure Functions app will be mapped to the /api route of your static web app.
In the following example, function app tonytesthttp has been linked to stat… Continue reading Azure function app doesn’t work after unlinking to Azure static web app
