Azure Logic Apps – Standard Resources

Over the last little while, I have been learning about Azure Logic Apps (Standard), otherwise known as Single Tenant Logic Apps. Here is a list of resources that I have put together: Azure Logic Apps Standard – First Look Integrating Microsoft Excel and ServiceNow using Azure Logic Apps Using Managed Identities to connect Azure Logic Apps with Azure Blob Storage When to use Azure Logic … Continue reading Azure Logic Apps – Standard Resources

Introduction to the Azure Service Bus EAI/EDI December 2011 CTP

The Azure team has recently reached a new milestone; delivering on Service Bus enhancements for the December 2011 CTP.  More specifically, this CTP provides Enterprise Application Integration (EAI) and Electronic Data Interchange (EDI) functionality.  Within the Microsoft stack, both EAI and EDI have historically been tackled by BizTalk.  With this CTP we are seeing an early glimpse into how Microsoft envisions these types of integration … Continue reading Introduction to the Azure Service Bus EAI/EDI December 2011 CTP

Speaking at Prairie Dev Con West–March 2012

I have recently been informed that my session abstract has been accepted and I will be speaking at Prairie Dev Con West in March.  My session will focus on Microsoft’s Cloud based Middleware platform: Azure AppFabric.  In my session I will be discussing topics such as Service Bus,  AppFabric Queues/Subscriptions and bridging on-premise Line of Business systems with cloud based integration. You can read more … Continue reading Speaking at Prairie Dev Con West–March 2012

AppFabric Apps (June 2011 CTP) Accessing AppFabric Queue via REST

I recently watched an episode of AppFabric TV where they were discussing the REST API for Azure AppFabric.  I thought the ability to access the AppFabric Service Bus, and therefore other Azure AppFabric services like Queues, Topics and Subscriptions via REST was a pretty compelling scenario.  For example, if we take a look at the “Power Outage” scenario that I have been using to demonstrate … Continue reading AppFabric Apps (June 2011 CTP) Accessing AppFabric Queue via REST

AppFabric Apps (June 2011 CTP) Simple Service Bus Topics–Part 2

(…Continued from Part 1, if you have not read it please do so to understand the context of this post) Solution We want customers to be able to submit power outages to our fictitious power company located in the Redmond, Washington area. What is different this time around(from our Queue scenario) is that due to the growth in the Kirkland, Washington area we have subcontracted … Continue reading AppFabric Apps (June 2011 CTP) Simple Service Bus Topics–Part 2

AppFabric Apps (June 2011 CTP) Simple Service Bus Topics–Part 1

In my last post we discussed using Azure AppFabric Queues as part of Azure AppFabric Applications.  In this post, we will discuss a couple of related Queue technologies called Topics and Subscriptions.  The purpose of this post will be to describe the conceptual behavior of Topics and Subscriptions and then in a follow up post actually dive into a detailed example of how we can … Continue reading AppFabric Apps (June 2011 CTP) Simple Service Bus Topics–Part 1

AppFabric Apps (June 2011 CTP) Simple Service Bus Queue App

In this post we are going to be discussing a simple app and how this app can communicate with a Service Bus Queue. Service Bus Queues and Topics(will save this for a future post) were introduced in the May 2011 Service Bus CTP.  While Queuing is far from a new topic, the idea of providing a durable Queue in the cloud is a relatively new … Continue reading AppFabric Apps (June 2011 CTP) Simple Service Bus Queue App