An Azure service that provides an event-driven serverless compute platform.
Trying to deploy the function app example and it stopped working for no reason.
I deployed my first function by following this tutorial: https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-python
It worked fine, but then when I went to update it, I was unable to get new versions deployed. So I deleted everything in VS Code, started a totally new Function App project, and the initial creation works, but any time I try to deploy to the new function that I created, using the boilerplate code from the tutorial, I get an error in VS Code saying "The service in unavailable."
So I don't know why following the tutorial step by step is no longer working, even though it did work an hour ago.