#Can't use Azure Functions
1 messages · Page 1 of 1 (latest)
it happened again, it was all good but eventually the same errors came back, i had a function there but now it dissappeared and can't create a new one
I think you're in the right spot now you just gotta make a function for the static web app to show something
i did one here and saved it and all, at first it was showing in the main page but after a while it dissapeared out of nowhere
What hosting plan, deployment process, and language are you using for the Function Apps?
Function Apps don't support changing the deployment process very well. If you edit them outside of the portal the WEBSITE_RUN_FROM_PACKAGE environment variable will be set which disables portal deployments and some Portal UI features (depending on the hosting plan).
i'm using consumption, python, i left deployement as default when creating it