I'm trying to create a Python Azure Function, and after creating the function locally (which I confirmed works in the debugger), I can't find a way to deploy it to my Azure Function App. I choose to "Deploy to Function app..." which appears to complete successfully, but the function never shows on Azure Portal. Any ideas?

It happened to me many times and the reason was not having all the settings present in local.settings.json created in the azure portal environment variables.
Make sure both settings match, then save. if that was the problem the functions will appear without the need of a new deployment.
Uploading settings from Visual Studio
If you have doubts whether or not all the configs are there you can upload your local config to azure and then you can edit to production values.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With