Azure Resource Manager Templates – 2

With Visual Studio Code Before we jump in to writing templates we need to set up our ground first. Lets go ahead and install some extensions in VS code tool: Powershell from Microsoft: This extension provides rich PowerShell language support for Visual Studio Code. Now you can write and debug PowerShell scripts using the excellent … Continue reading Azure Resource Manager Templates – 2

Azure Resource Manager Templates – 1

What is ARM template? As infrastructure has become part of the iterative process, the division between operations and development has disappeared. Teams need to manage infrastructure and application code through a unified process. We need to repeatedly deploy our solutions to the cloud, and know our infrastructure is in a reliable state. To meet these … Continue reading Azure Resource Manager Templates – 1

Deploying Active Directory via Powershell: Server 2012

Deploying Active Directory via Powershell: Server 2012 Version 2.0 and Above Active Directory is a heart of any infrastructure, and we have been deploying AD for most of the part from GUI. Beginning with Windows Server 2012 , you can install AD DS using Windows PowerShell. Dcpromo.exe is deprecated beginning with Windows Server 2012 Start … Continue reading Deploying Active Directory via Powershell: Server 2012