#Can't use Azure Functions

1 messages · Page 1 of 1 (latest)

woven sparrow
#

i'm trying to create an http trigger and timer trigger, everytime i try to create them i get those errors attached as images, the azure function is one i just created and i'm the owner, i don't understand what's wrong

#

nvm figured it out, it was an estupid extension i had

woven sparrow
#

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

fluid compass
woven sparrow
terse summit
#

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).

woven sparrow