Azure Function App Deployed Successful But No Function Created
Taryn
10
Reputation points
Hi,
I am currently trying to setup a an Azure function, when I originally setup the local environment and deployed the app it uploaded successful and worked correctly. So then I started the process of developing the app on my local environment and testing on the local development. And once it worked i then deployed it again to Azure it said it was successful and the files are uploaded but the actual function is not created and is just blank.
I have tried the following:
- delete the whole function and recreate it
- delete and recreate my local environment
- delete all resources attached to the function
- tried to remove all the code and upload the sample again
- checked 'Diagnose and solve problems' and has no issue
Not sure what else I can check or change to get this working as it was working before and now it has stopped.
Thanks
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Sign in to answer