Azure functions not deployed to static web app

Alexander Clayton Ethisys 0 Reputation points
2021-11-25T23:28:02.673+00:00

I've recently created a static web app with .net 6 functions for the api. The log of the github action says that the api folder was found and built but in azure portal no functions are listed for the SWA. What should I be looking at to debug this? The build log is error free and I can't see any logs in azure to look at.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
850 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alexander Clayton Ethisys 0 Reputation points
    2021-11-26T21:35:25.193+00:00

    Tursn out this was due to duplicate function names. Extra logging to say this would he helpgul