How to setup redirect rules in Azure CDN

Recently, I was working on a project where we moved AWS CloudFront to Azure CDN. In the CloudFront configuration, Behaviours were configured to pull the content from two S3 buckets. Also, Two CNAME records were attached to single Distribution. For example, If the requested URL contains a specific path (/images/babies/) then it should pull content…

Add NIC to Azure VM using Azure Portal

In this blog post, I will show you how can you add NIC to Azure VM using Azure Portal. As well as, how can you remove that. Previously It was not possible using Portal but Microsoft has enabled this capability for the Azure Portal as well. Before you add an additional NIC to the VM…

Create a Domain Controller in Azure

In this blog post, I will show you how can you create a Domain Controller in Azure on Windows VM running Windows Server 2016 Datacenter. Assuming you have already created a Windows VM in Azure running on Windows Server 2016. (You can use the same steps for 2012, 2012 R2 and 2019) Now follow the…