Static Web App with managed function - Not working with Javascript V4 model

Jay 10 Reputation points
2023-07-22T09:38:23.3733333+00:00

I have created a static web app with managed function following the official docs. The function I created is of Javascript V4 programming model.

With this only Static web apps gets deployed but not APIs.

While doing trial and error, I recreated the whole function project (under folder 'api') using V3 model, then it starts working.

So my concern is, Static Web Apps with Managed Functions using Javascript V4 model is clearly not working.

Any suggestions/help?

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
851 questions
{count} vote

1 answer

Sort by: Most helpful
  1. ajkuma 24,971 Reputation points Microsoft Employee
    2023-08-08T19:24:14.9233333+00:00

    @Jay

    Following-up on this from my previous comments, I can confirm that v4 Functions support is rolled out to all regions and this sounds more like an issue with deployment configuration. We need additional information on the configuration to better assist you.

    Also, kindly ensure that you have added the api_location as outlined in the doc section here: Add API location to workflow

    0 comments No comments