An Azure service that provides an event-driven serverless compute platform.
Sync Web Apps Function Triggers
Pancho
10
Reputation points
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
Sign in to answer