Azure Stack IaaS

By Dustin Ward

Azure Stack at its core is an Infrastructure-as-a-Service (IaaS) platform When we discuss Azure Stack with our customers, they see the value in Azure Stack providing cloud-native capabilities to their datacenters. They see the opportunity to modernize their apps and address the unique solutions Azure Stack can deliver, but they often pause as they ponder…

Implement message-based communication workflows with Azure Service Bus

By Dustin Ward

Write C# code in a custom application that sends and receives messages using Azure Service Bus topics and queues. In this module, you will: Choose whether to use Service Bus queues, topics, or relays to communicate in a distributed application Configure an Azure Service Bus namespace in an Azure subscription Create a Service Bus topic…

Execute an Azure Function with triggers

By Dustin Ward

A trigger is responsible for executing an Azure function and there are dozens of triggers to choose from. This module will you show you some of the most common types of triggers and how to configure them to execute your logic. In this module, you will: Determine which trigger works best for your business needs…