Book Image

Serverless Architecture using .NET: Advanced Techniques [Video]

By : Manoj Nair
5 (1)
Book Image

Serverless Architecture using .NET: Advanced Techniques [Video]

5 (1)
By: Manoj Nair

Overview of this book

The goal of the course is to you get acquainted with the Function-as-a-Service offering from Microsoft Azure and Azure Functions. After understanding Serverless Architectures, the course will dwell into triggers and how to use them in code to react to events that occur in several Azure Services. Moving on, you’ll learn about IoT Solution Architecture and get into the meat of Azure IoT Hub including deploying IoT Hub, simulating devices, sending and receiving messages and building Serverless IoT Solutions using Azure Functions and IoT Hub. Finally, the course will cover advanced Azure services like API Gateways, Azure App Insights, Azure Search and Azure Billing. By the end of this course, you will be well familiar with the advanced techniques in Serverless Architecture. The code bundle for this video course is available at - https://github.com/susantee/Serverless-Architecture-using-.NET-Advanced-Techniques
Table of Contents (3 chapters)
Chapter 1
Serverless Functions
Content Locked
Section 5
Using Time Trigger with a Function
Want to run code on a specific schedule? Azure Functions offer Time Trigger binding that does just that. Clean up databases at 12 AM every morning, shutdown virtual machines 7 PM every night are some of the amazing use cases. - Create an Azure Function Timer Trigger - Understand the schedule options via Cron Expression - See the execution details via Log Console