Hi have issue regarding AZURE FUNCTION APP. I AM DEPLOING fastAPI.

Shubham Joshi 0 Reputation points
2024-10-17T10:06:08.7466667+00:00

User's image

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 17,290 Reputation points
    2024-10-20T00:23:04.12+00:00

    Check that the function you’re deploying has an HTTP trigger correctly defined.

    Samples of how to define:

    https://zcusa.951200.xyz/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cfunctionsv2&pivots=programming-language-python

    Also check that the function.json file is configured correctly for HTTP triggers.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

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