News

Azure Functions get you beyond the traditional client/server approach to app creation, right into the cloud. Let’s first look at triggers.
The last time we looked at Azure Functions, I introduced you to the basic triggers you can use with them. There are a number of events that can cause functions to begin execution ("triggered"), one of ...
Bindings in Azure Functions decouple the code from the data source or destination, and by packing them as extensions, Microsoft further decouples them.
From Microsoft’s perspective, it extends their platform as a service letting developers create event triggers in familiar languages — Java, Python, C# and php.
The following code snippet illustrates how you can use the static Connect method of the ConnectionMultiplexer class to establish a connection to Azure Redis Cache.