by George Chrysovaladis Grammatikos | Sep 25, 2018 | Azure, DevOps
In this post, we are going to talk about Azure Resource Manager (ARM) Templates, a json file which allows us to deploy resources on Azure in a few steps. What is ARM Template In simple words, an ARM template is a JSON script. This script includes the resource(s) that...
by George Chrysovaladis Grammatikos | Sep 14, 2018 | Az-Powershell, Azure
Overview This PowerShell script covers a complete case with one virtual machine (Windows Server 2016), with one data disk, Virtual Network, Subnet, Public IP Address, Network Security Group, BGInfo, and DiskEncryption Extensions. Details The executing steps are : Step...
by George Chrysovaladis Grammatikos | Sep 11, 2018 | Az-Powershell, Azure, Powershell
This post will be updated continuously with new Azure RM cmdlets, which are useful for the daily work at office. Networking In this section, we can find cmdlets for Azure Network Resources. Change The Public IP State : (Set-AzureRmPublicIpAddress) Before executing one...
by George Chrysovaladis Grammatikos | Sep 6, 2018 | Azure, Management Tools
For a tester or a developer, the cost for a lab virtual machine is not something negligible because it has a daily cost. The solution to this problem is the Start/Stop VMs Automation in Azure. Before we start, we should know. The Automation Account must be in the same...
by George Chrysovaladis Grammatikos | Sep 3, 2018 | Azure, Storage
In this post, I will show you how to scale down a managed data disk for an Azure VM. For the time being, the Azure portal only supports increasing the size of the disks. First, create a new Data disk from the Azure portal. Select ‘Create disk’ and follow...