Deploying a Cloud Services to A Virtual Network (VNet) on #Azure
Deploying a Cloud Service to a VNet In a recent post about Microsoft Azure Virtual Networks, I made the recommendation that Cloud Services should be deployed to Microsoft Azure Virtual Networks. The...
View ArticleConfiguring Internal Endpoints on #Azure Cloud Services
Configuring Internal Endpoints There are many scenarios where Internal Endpoints make sense. Imagine a web application that needs to communicate with a middle tier. The communication between both Cloud...
View ArticleOpening Windows Firewall Ports on #Azure Cloud Services
Opening Ports on Cloud Services There are scenarios that warrants us to open ports of the Windows Firewall. Imagine an application that coordinates work across many compute nodes. The workload...
View ArticleLift and Shift of a Windows Service to Microsoft #Azure
Having written about lifting and shifting a Console Application, I decided to mirror the scenario and describe how a similar method can be used to lift and shift a Windows Service to Microsoft Azure....
View Article