Closed StenPetrov closed 6 months ago
Hi
If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure: https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request
This way we can better track and assist you on this case
Thanks,
Joaquin Vano Azure App Service
The App Service Editor doesn't complain about any errors, but the function stopped working, and only in logs I could find an exception. Not a very good experience for a development environment. At the very least the previously working code should not have been overwritten.
Repro steps
I was following this guide https://docs.microsoft.com/en-us/azure/azure-monitor/app/availability-azure-functions
then I changed the exception handler with this:
Can you spot the error?
In logs I could find this exception stack trace, also not very helpful for spotting the error.
Expected behavior
when the code doesn't compile the IDE has to show that
when the code doesn't compile it must not overwrite the existing code
there should be some "deploy" button
Intellisense would be nice too