Azure Logic Apps Automation

Lately I have been building my own SaaS connector for a well known SaaS vendor.  This vendor (which will remain nameless for this post) provides free dev instances for devs to play with.  There is a limitation though.  If you do not create an object in their system within 10 days you will have your instance revoked.  My interest in the platform has been very … Continue reading Azure Logic Apps Automation

Azure Mobile Services–Update Entity results in 400 Bad Request

While performing some local testing on an Azure Mobile Services (C# backend) app, I kept getting a 400 Bad Request whenever I tried to perform an update to an Entity: await MobileService.GetTable<MyEntity>().UpdateAsync(myEntity); I ensured that my entity object was populated correctly and that I was providing an Id as part of the request but was still getting the following error: “Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: The request could not … Continue reading Azure Mobile Services–Update Entity results in 400 Bad Request

Azure App Service Demo Scenario–Part 1

While recording is a lot of work, I find that it is a very useful channel for learning. As I learn more about the new Azure App Service I will be posting some short demonstrations and walkthroughs. The first post in this series is a quick Logic App demo that includes Twitter and Dropbox integration.  The inspiration for the demo comes from the App Service … Continue reading Azure App Service Demo Scenario–Part 1