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

Detecting if Azure Logic Apps has Diagnostic Settings Configured

We deploy a strategy that calls for Azure Logic Apps telemetry to be enabled when building a production Azure Logic App. We use this data to drive a Power BI – Integration Health Dashboard. If we aren’t publishing the data to Log Analytics, then we don’t have an accurate dashboard. Since this behavior of the logic app is rather silent, it is easy to forget … Continue reading Detecting if Azure Logic Apps has Diagnostic Settings Configured

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 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

Monitoring and Managing a Simple Azure AppFabric Application

In my last post we walked through deploying a simple Azure AppFabric Application that consisted of an ASP.Net Web application and a Workflow Service.  In this post we are going to walk through some of the features that are available within Application Manager that is available in the Azure AppFabric June 2011 CTP. Application Manager is not something that is included in the Local Dev … Continue reading Monitoring and Managing a Simple Azure AppFabric Application

AppFabric Apps (June 2011 CTP) – Deploying Simple Workflow App

In this post we are going expand upon an earlier post that dealt with building a Simple Workflow App.  In this post we are going to deploy the Simple Workflow app and discover how the Application Manager works in the Azure AppFabric Labs environment. To deploy our application from Visual Studio we are going to right mouse click on our AppFabric Application and select Publish. … Continue reading AppFabric Apps (June 2011 CTP) – Deploying Simple Workflow App