Tag: Message

Azure Integration

What is Azure Event Grid?

Azure Event Grid is a messaging service built to enable event-based architectures to be built more easily. At the basic level it’s similar to a…

Aug 24, 2017 4 min read
Azure Management

Fixing Azure Portal Errors

All software has errors. The Microsoft Azure Portal is no different. When this happens you’ll receive one of two different alerts of the error; either an…

Sep 1, 2016 4 min read
Azure Data & Storage

Using Azure Storage Queues from C# and .NET Framework

Azure Storage Queues provide an easy to implement messaging communication mechanism for reliably passing messages to/from different components of a single application or multiple applications.…

Dec 19, 2015 3 min read
Azure Integration

Using Azure Service Bus Queues from .NET

The Azure Service Bus Queue feature offers easy to implement infrastructure for implementing brokered messaging communication. Implementing a Message Queue requires the implementation of at…

Oct 26, 2015 8 min read