This is a weekly wrap-up of #ServerlessSeptember 2019. It's here to capture what happened during the past week and intends to help you if you couldn't follow along on a daily base.
You can find the full daily updated content collection here.
Find out more about Microsoft Azure and Serverless on https://docs.microsoft.com/azure/azure-functions/.
These articles got published during week three:
-
The tutorial will explain how to create a backend using Azure Functions for a Mobile Apps. During the tutorial I am going to explain how to create a function with the blob trigger, the function will consume a cognitive service and maybe after a validation it can send a push notification to the Azure Notification Hub.
Mobile App backend using Azure Functions and Face API
humbertojaimes ・ Sep 21 '19
#serverlessseptember
-
On this article we will review how to effectively make use of Azure Functions and Azure Alerts to ensure application availability. Dave demonstrates how to leverage Azure Functions and Azure Alerts to enable an automated failover for a Virtual Machine on Azure.
⚡ Leverage Serverless Microsoft Azure Functions and Azure Alerts to ensure application availability
Dave Rendon ☁️ ・ Sep 16 '19
#serverless #azure #azurefunctions #devops
-
Es handelt sich nicht um eine philosophische Mathematikdiskussion, auch wenn das der Titel nahe legt. Vielmehr geht es um die Geschichte, wie es dazu kam 3,14 Milliarden Azure Functions quasi parallel laufen zu lassen. Eine wahre Geschichte, denn mir ist es passiert.
-
I'm going to show you how to use Azure functions to build an Action for Google Assistant. More precisely we will look at how we can do fulfillment by webhook in Dialogflow, using a backend by Azure Functions.
Article No Longer Available
-
In this second part of the series "Moving from Lambda to Azure Functions" Jeremy LIkness video walks you through how to create the host, write simple code using JavaScript and Node.js, and test the function from your browser and the command line.
Create and Test a JavaScript Node.js Serverless Function on Azure
Jeremy Likness ⚡️ for Microsoft Azure ・ Sep 13 '19
#javascript #aws #azure #serverless
-
This will be a series of articles, as I'll cover several technologies. The idea is to write about the development of a chatbot that is built with LUIS (for Natural Language Processing of the messages) and Azure Functions (which uses the Twilio binding) for the communication between the user and the bot. I'll try to include the WhatsApp integration (with Twilio) as I consider this will make it more interesting for the audience.
Developing a serverless WhatsApp chatbot
Luis Beltran ・ Sep 17 '19
#serverless #azure #whatsapp #chatbots
-
Durable Entities is a new feature that will be available in Durable Functions v2, and will enable a new class of stateful patterns for Azure Functions. In this episode, Chris Gillum and Sebastian Burckhardt sit down with Jeremy to give us the rundown on Durable Entities. They talk about the differences compared to the actor model, invoking entities via HTTP, and more.
Diving into Durable Entities with Azure Functions
Cecil L. Phillip 🇦🇬 for Microsoft Azure ・ Sep 17 '19
#serverless #azure #dotnet #cloud
-
Using commanding and mediator patterns to make it easy to develop testable Azure Functions with less boilerplate.
Elegant Azure Functions Development in C# with Function Monkey
James Randall ・ Sep 16 '19
#azure #serverless #csharp #dotnet
-
If you are considering moving your serverless code from AWS Lambda to Azure Functions then this article is for you. Learn how to migrate from one serverless to the other.
Move a Simple JavaScript Node.js AWS Lambda Function to Azure
Jeremy Likness ⚡️ for Microsoft Azure ・ Sep 11 '19
#javascript #aws #azure #serverless
-
Learn the basic concepts of Serverless in .Net Core and how to do a CRUD against a database
How YOU can build a Serverless C# .Net Core API in no time, with bindings and a Database
Chris Noring for Microsoft Azure ・ Sep 13 '19
#dotnet #tutorial #webdev #serverless
-
In a Serverless app, you only pay when the app is running. Which sounds awesome! Why pay for an app that's up all the time if you can get away with only paying for it while it's busy? In this article, we'll be breaking down the cost of Azure Functions and do a sample calculation with Facebook's traffic.
Is Serverless really as cheap as everyone claims?
Burke Holland for Microsoft Azure ・ Sep 16 '19
#javascript #productivity #devops
-
Your node and express app has proven to be a staple for serving your API endpoints. But what if you could write your same APIs and not worry about server setup or maintenance? Leaning on your express experience you can shift your APIs to serverless with minimal effort resulting in an APi that scales well and lets you focus on the code, not the servers.
Shifting Your Node Express APIs to Serverless
John Papa for Microsoft Azure ・ Sep 15 '19
#node #typescript #serverless #webdev
Top comments (0)