Microsoft has brought the notions of states to the formerly stateless Azure Functions, Microsoft’s serverless computing platform. The addition of states gives developers exciting new ways to take ...
For a technology that was born on Azure, beginning life as a derivative of its original platform WebJobs, Azure Functions has come a long way. It’s not just a cloud service, as it can be hosted in ...
Microsoft is adding support for Java to its Azure serverless compute service. On Oct. 4, Microsoft announced at the JavaOne show that it is making a public preview of Java support for Functions ...
In case you weren’t sleeping last night, or connected through Microsoft’s online services, you might have experienced some unintended downtime. A Microsoft Azure outage caused a number of Microsoft ...
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience. The last time we looked at Azure Functions, I ...