Archive for June, 2016

C# Bot Builder Samples on GitHub

A good way to get ideas and some coding best practice is to look at some examples, there are many of them using C# hosted on GitHub here. I wanted to walk through what they are so I can for myself find or discover some new ideas and best practices for this, as I am […]

Read More →

Port limit for an Azure App Service

Azure App Service Benjamin Perkins

Ever wondered how to check the number of open connections on a App Service Web App or Mobile App? Have you ever received this error while running your App Service? System.Net.Sockets.SocketException: “A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host […]

Read More →

Moving an Azure App Service

Azure App Service Benjamin Perkins

I like keeping my things in order, so over time as my Azure consumption grows, I begin to recognize and learn that maybe I should have put all the related resources into the same resource group. Here is an example of how I moved an App Service Web app from one resource group to another. […]

Read More →