You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a collection of Azure Functions demonstrating various trigger types using **C# and ASP.NET Core**. Each function showcases how to integrate with different Azure services, providing a practical starting point for building serverless applications on Azure.
An Azure Function app that demonstrates a simple HTTP trigger, responding with a welcome message. This serves as an introduction to building serverless applications on Azure.
This is my first hands-on with Azure where I used Azure Functions instead of the traditional ASP Web API solution to read from the database, process the data and write to the Azure SQL database.
Http and Queue Triggers, that relayed information from a local console application to Azure which then trigged a Queue trigger and Http Trigger which then sorted placed the information of patients after validation within the trigger into an Azure Database as well as Blob storage and Azure Tables