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

Azure Logic Apps–Deleting Items From SharePoint (Online) List

 I have a scenario at work where we need to provide some simple syncronization between a SQL Azure table and a SharePoint Online Custom List. As a pre-requisite each morning before business users get into the office, we need to purge the contents from the SharePoint list and update it with today’s data + a 6 day forecast of future data. I have integrated  BizTalk … Continue reading Azure Logic Apps–Deleting Items From SharePoint (Online) List

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

AppFabric Apps (June 2011 CTP) – Simple Workflow App

In this post, I am going to walk you through creating a very simple AppFabric Application that includes invoking a Workflow.  Since I still don’t have access to the Labs environment(*hint Microsoft hint*) this demo will run in the local dev fabric. The first step is to create a new project in Visual Studio 2010 and select AppFabric Application. The User Interface for our application … Continue reading AppFabric Apps (June 2011 CTP) – Simple Workflow App