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…

Azure Stack for disconnected environments

By Dustin Ward

Azure Stack for disconnected environments. (Oil and Gas)  Azure Stack is a truly exciting and powerful service that unlocks so many possibilities. Azure Stack allows organization to bring core and advanced cloud services to the edge and disconnected environments, whether it’s a field office, vehicle, ship, or aircraft. What is Azure Stack?  Microsoft Azure Stack is…

Autoscaling Best Practices

By Dustin Ward

Autoscaling Best Practices – Unforunately several websites have succumb to the Black Friday shopping frenzy. Autoscaling takes advantage of the elasticity of cloud-hosted environments while easing management overhead. It reduces the need for an operator to continually monitor the performance of a system and make decisions about adding or removing resources. There are two main…