What is Azure Key Vault? Azure Key Vault help us to safeguard cryptographic keys and secrets used by cloud applications & services. We can use Key Vault for storing keys & secrets such as authentication keys, storage account keys, data encryption keys, .PFX files, and passwords. Key Vault streamline the keyRead More →

Recently started to learn Azure Key Vault service. So as usual I start the PowerShell console and start to create a Key Vault. When I run the PowerShell command for the creation of Key Vault it create without any errors but its prompt me a warning as follows. The other strangeRead 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 →

By introduction of the New Azure Portal, Azure deployment model also changed from Azure Service Manager to Azure Resource Manager. Because of this change we have to manage two types of IaaS VMs, Virtual Machine (classic) & Virtual Machine (ARM). If someone wants to move the classic VMs to ARMRead More →

In release of Windows Server 2016 it includes the new headless server deployment “Nano Server”. Nano Server is a stripped-down version of Windows Server. When we comes to System Center 2016 Operation Manager we can monitor Nano Server through SCOM 2016. In SCOM 2016 it ships with the Nano ServerRead More →

Nano Server Image builder help us to create a Nano Server using GUI interface. The advantage of using this  we can customize our settings using a GUI interface, before this tool comes we have to use PowerShell for creating a Nano Server Image. By using this tool we can createRead More →