HashiCorp Terraform is great for deploying any Microsoft Azure resource, and the same applies to deploying serverless compute with Azure Function...
Category
Azure Functions
Azure Functions: Copy Blob Between Azure Storage Accounts in C#
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...
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...