Where can I find documentation for the azure.functions.FunctionApp Python class?
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.