Azure recently start to support the Generation 2 VMs. Before When we create a VMs inside Azure it uses the Generation 1 VMs. If your work with Hyper-V in on-premises environment generation of the VMs are not an strange thing. Because Hyper-V support Generation 2 VMs from Windows Server 2012Read More →

Azure Managed Disk is the way we can deploy VMs disks without using storage account. In previous(Unmanaged) disks before we create a VM (ARM) we need to create a storage account to store those VMs disks. Managing storage account may be a difficult when it comes to large deployments. ByRead More →

The N-series VMs is a family of Azure VM with GPU capabilities. We can use this for compute and graphic intensive workloads such as  high-end remote visualization, deep learning and predictive analytics.N-series will feature the NVIDIA Tesla accelerated platform as well as NVIDIA GRID 2.0 technology, providing the highest-end graphicsRead More →

We can enable ASR Replication for the Linux VM by two ways. Install agent through Azure Recovery Service Vault. Install agent manually into Linux servers. For some odd reason when I try to install the agent through the Azure portal it throws error I don’t have enough permission to installRead More →

This is the part 2 of the Azure Automation DSC blog series. Last post I gave a brief introduction to what is Azure Automation and methods how we can achieve DSC. This post I’ll walk-through how to onboarding a Windows Server Node (Azure VM ) to Azure Automation DSC. BeforeRead More →

In this series of posts I will discuss the Azure Automation service, which enables to manage configuration of the Windows and Linux servers in the Azure,on-premises or any other cloud platform.Following is the line up for the series of blog posts. Introduction to Azure Automation. Onboarding a Windows Server NodeRead More →

What happens if you forgot to save the passphrase that given by Microsoft Azure Site Recovery Unified Setup. I have to face this problem when I configure the ASR for customer I accidentally close the prompt shows the passphrass. We need to enter this passphrass, when we install the ASR agent toRead More →

Azure Scale Set in the Azure Compute resource type that you can use to deploy and manage a set of identical VMs. Those all VMs configured the same, and VMSS are designed to support true auto-scale without pre provisioning VMs. Because of that we can use VMSS to build large scaleRead More →

Recently one of our customer ask for support about web console prompting an error when it runs locally and remotely. Following is the error message. When I do a search I found that this caused because of some of .Net framework features are not installed. For this I used theRead More →

Windows Server Core is an installation option introduce with Windows Server 2008. It provides the minimal environment for running specific server roles. I ll mentioned the roles that support in late in this post. In Server Core installation it not include any graphical interface  such as desktop shell, GUI,Windows Explore,IERead More →