Share via

Sync Web Apps Function Triggers

Pancho 10 Reputation points
2023-03-13T19:43:31.2533333+00:00

Hi, I'm having a problem with my Azure Functions.

After I publish the Azure Function for the first time, it works correctly. However, when I try to update the same function with the exact same code, I get a BadRequest error with the following messag

Sync Web Apps Function Triggers:

     "statusCode": "BadRequest",
        "serviceRequestId": null,
        "statusMessage": "{\"Code\":\"BadRequest\",\"Message\":\"Encountered an error (InternalServerError) from host runtime.\",\"Target\":null,\"Details\":[{\"Message\":\"Encountered an error (InternalServerError) from host runtime.\"},{\"Code\":\"BadRequest\"},{\"ErrorEntity\":{\"Code\":\"BadRequest\",\"Message\":\"Encountered an error (InternalServerError) from host runtime.\"}}],\"Innererror\":null}",

Acclaration: when i updated the app is with the same code i dont modify anitigh.I want to clarify that I did not modify the code at all when updating the app.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.