DEV Community

Chris Noring for Microsoft Azure

Posted on

How YOU can learn to author your first Serverless function using this video

Follow me on Twitter, happy to take your suggestions on topics or improvements /Chris

Serverless is this new concept that everyone is talking about. It lives natively in the Cloud and is extra interesting as it is about running managed code, no need to set up a virtual machine or app server - focus only on writing code. It's also really cheap as it is a resource that is only provisioned when you need it. Whether you are a startup that needs to keep the costs down or an Enterprise company looking to cost-cut or maybe you want to leverage more of your existing presence in the Cloud - this could be for you

This video explains why you should be using Serverless and also explains basic concepts such as Trigger and Bindings. It also takes you through scaffolding a Function app and a function. Additionally, it shows you how to debug locally using VS Code

 Resources

Top comments (0)