HTTP Triggered Azure Function on Azure Portal

HTTP Triggered Azure Functions are a type of Azure Functions that can be triggered through an HTTP request. In this tutorial, we’ll go through the steps to create an HTTP triggered Azure Function in the Azure portal.

Auto Properties in C#

Auto properties are a shorthand syntax for defining properties in C#. Instead of explicitly defining a private backing field and the get/set methods for a property, an auto property allows the compiler to automatically generate the backing field and default get/set methods.

Azure Storage Types

Azure Storage is a highly scalable, highly available, and highly durable cloud storage system provided by Microsoft Azure. It offers a range of storage options to meet the needs of different applications and workloads.