Where can I find documentation for the azure.functions.FunctionApp Python class?

JamesWatson-0269 5 Reputation points
2024-12-18T18:22:14.99+00:00

Is there somewhere that I can see documentation for the FunctionApp class in the azure.functions module? I have found this: https://learn.microsoft.com/en-us/python/api/azure-functions/azure.functions?view=azure-python but the FunctionApp class is not listed.

I also found this: https://learn.microsoft.com/en-us/python/api/overview/azure/?view=azure-python

But 'Functions' links (yes there are 2, the second has even less information) lead back to the same unhelpful documentation as the first link above.

On the main GitHub Page there are links under 'Documentation' such as:

But many (including these two) go to a '404 not found' page. As I am moving beyond 'getting started' examples and/or troubleshooting when they don't work as expected, it would be very helpful to see what is available and some details on things such as what is expected w/ regard to parameters that can be passed to FunctionApp(). It seems crazy to even need to ask about this, so I feel like maybe I am missing something obvious.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,278 questions
{count} vote

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.