Mapping Azure Container Instance (ACI) to Custom Domain

I recently had a requirement to map my Docker Container instance to a custom subdomain. One of the way to achieve this is mapping the Container FQDN with CNAME in Domain register portal. What is FQDN - Fully qualified domain namewhat is CNAME : A Canonical Name record Tomcat...

Custom Domain register using Azure Active Directory

Steps to be followed to add custom domain to Azure.* Create your domain (www.xyz.com/in) with Domain register (Godaddy/Namespace/Bigrock) * Select Azure active directory service                            ...

How to configure Azure Load Balancer

How to configure Azure Load Balancer (Step by Step by Procedure )   Azure Load Balancer(LB) works in Layer 4 in OSI model (Transport Layer) and acts as a single point of contact for end users. Work of LB is to distribute inbound traffic to the backend instances.Azure...