April 2017
Intermediate to advanced
564 pages
24h 7m
English
Azure Functions are autonomous functions that run on the cloud. Compared to WebJobs, where you can define multiple functions in the Functions class and hook them up on any event, Azure Functions are quite easy to set up and represent the independent chunk of code that runs to achieve the desired functionality on the cloud. They are easy to set up, can be configured directly on the cloud, and even the code can be written through the editor on the Azure portal itself.
Azure Functions can be developed using C#, Node.js, F#, Python, and PHP languages.
The benefits of Azure Functions include the following:
Read now
Unlock full access