News

Here’s a quick glance at some of the striking features of Azure Functions: Flexible code deployment (through Azure Portal or GitHub, for example) Support for multiple languages (C#, F# ...
This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Azure Functions. NOTE: This sample was originally built from a tutorial published on the Microsoft ...
Anonymous functions were introduced in the C# programming language long ago. Although anonymous functions have many benefits, they are not cheap. Avoiding unnecessary allocations matters ...
The .csx format allows to write less "boilerplate" and focus on writing just a C# function. For Azure Functions, you just include any assembly references and namespaces you need up top, as usual, and ...
54:57.254 Function started (Id=1b6de019-a9a8-47f1-8ae5-317fdf9f0382) 2017-03-01T02:54:57.520 C# HTTP trigger function processed a request. 2017-03-01T02:54:57.817 Issue Something's Wrong was opened ...