Category: Azure

How (I) configured Azure Active Directory into my ASP.NET MVC OWIN web application

ASP.NET Benjamin Perkins

Before I get started, keep in mind, that I am not a security expert, if you want to enable security for your Azure App Service Web App I recommend using EasyAuth as described here, so much easier, IMO. You likely get some benefits from the ‘Change Authentication’ features of: No Authentication Individual User Accounts Work […]

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 →