Episode

How can I configure Azure Functions to communicate real-time with a client?

When people envision Azure Functions they typically think of an on-demand serverless application. With the SignalR Service, it's possible to allow Azure Functions to make Web Sockets and other real-time calls to clients. Anthony Chu (@nthonychu), Senior PM for Azure Functions, demonstrates the necessary steps for configuring the Azure Function.

Did you know... You can use SignalR and Azure Functions for automatic updates in a web application

JavaScript