Hi Kyle Burkholder ,
Thank you for reaching out on the Microsoft Q&A.
If your Python function app works locally but doesn't show any functions after deployment, first ensure each function has its own folder with the necessary function.json and init.py files. Double-check that your deployment package includes host.json and requirements.txt (with the azure-functions package). If you’re using Flask, make sure it’s correctly set up as an HTTP trigger without conflicting with the function bindings. For more detailed troubleshooting, refer to the Azure Functions Python Guide and the Troubleshooting Guide.
I hope this helps! If you have any further questions, feel free to ask.
If the information is useful, please accept the answer and upvote it to assist other community members.