If you are one of those who started using Azure long ago, then you probably know in Azure has two types of deployment Classic (ASM – Azure Service Manager) and ARM (Azure Resource Manager). A few years back Azure moved focus to towards ARM only. And, new capabilities and features coming to ARM only. We…
Category: Azure
Migrate Azure VM to Managed Disks using Azure Portal
If you have created VMs in Azure then might have seen Managed Disk, or you probably know about Managed Disk. But have you thought about the old VMs you created before Managed Disk or, are you thinking to migrate them to Managed Disk? It is the right time to take advantages of Managed Disks, also…
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…
Generate a SAS Token in Azure Storage Account using Azure Portal
In this blog post, I will show you how can you generate a SAS (Shared Access Signature) token in Azure Storage Account using Azure Portal. A shared access signature (SAS) provides you with a way to grant limited access to objects in your storage account to other clients, without exposing your account key. You can…
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…