Category: Azure

Azure Virtual Network (vNet) in Classic

This blog post will cover how to create an Azure Virtual Network (vNet) in Classic deployment model. Virtual network (vNet) in Azure allows you to create your own network boundary in the cloud. Subnets can be created in each Virtual network (vNet) allowing a logical subdivision, dividing a network into one or more networks. For

Azure Cloud Service in Classic

Creating a Azure Cloud Service allows you to register a subdomain of cloudapp.net and assigns a Virtual IP address (VIP) to the cloud service. In this example we use “frondendlb” for our load balancing DNS name. This would create the DNS name “frontendlb.cloudapp.net” over the internet. This blog post will cover how to create an

Azure External Load Balancer in Classic

This blog post will cover a step by step guide how to create azure external load balancer in classic deployment model. In this scenario, we will load balance two Windows Server 2012 virtual machines running IIS (Internet Information Services) web pages in the same Azure region. If one IIS server is down or IIS service