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 2
Serverless IoT Solutions
Content Locked
Section 6
Running the Apps
We created simulated devices that send messages and read messages. To test Azure IoT Hub, we need to run the devices so that we can send/receive messages simultaneously. - Run the Device Simulator that sends data - Run the App that reads the messages - Verify if messages sent were received successfully