I recently worked on a project where I was required to write an Azure Function that would watch for newly stored files in Azure Blob Storage, copy...
Category
Serverless
Azure Functions: Extend Execution Timeout Past 5 Minutes
Azure Functions is the Serverless compute option within the Microsoft Azure platform. One of the biggest benefits of Azure Functions, and Serverless...
Deploy C# Script Function App using Azure DevOps YAML Pipeline
A powerful way to write and build Azure Functions is to use C# Script. This allows you to easily write function directly within the Azure Portal, or...
Host Static Web Apps in Azure App Service
Modern web applications are shifting more towards a static html/css architecture that leverages RESTful APIs as the backend data services....
Microsoft Cloud Workshops: Free Microsoft Azure Hands-on Lab Guides
The Microsoft Cloud Workshop (MCW) program maintains a number of Workshops that are used to train Microsoft's own Cloud Solution Architects, as well...
eBook: Serverless Apps: Architecture, Patterns, and Azure Implementation by Jeremy Likness
The "Serverless Apps: Architecture, Patterns, and Azure Implementation" eBook, authored by Jeremy Likness, is a guide for cloud native development...
A Tour of Azure Messaging Services (Queues, Event Grid, IoT Hub, and More)
In the early days of Microsoft Azure, there were only a couple message queue service; Azure Storage Queue and Service Bus. This was way back in...
Azure Functions vs Web Jobs: How to choose?
There are a few choices when it comes to implementing custom background processing tasks. The main options in the Microsoft Azure cloud are to use...
Azure Functions Visual Studio Tools Preview for VS’2015
Azure Functions The serverless computing realm of cloud computing has been growing in interest and functionality lately. Recently, Azure Functions...
What is Serverless Architecture?
One of the latest moves by cloud service providers (like Microsoft Azure and Amazon AWS) is the shift to offering "serverless" services. These are...