by George Chrysovaladis Grammatikos | Sep 25, 2018 | Azure, DevOps
Reading Time: 4 minutesIn 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...
by George Chrysovaladis Grammatikos | Sep 11, 2018 | Az-Powershell, Azure, Powershell
Reading Time: 2 minutesThis 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 :...
by George Chrysovaladis Grammatikos | Jun 14, 2018 | Azure, Security, Storage
Reading Time: 4 minutesMicrosoft provides the ability to encrypt VMs VHD files. This can be achieved by the Azure Key Vault service. But, before we start, let’s find an explanation about Azure Key Vault and what it does. Azure Key Vault is a vault that contains...
by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure
Reading Time: < 1 minuteOne important thing you must do for an SMTP Server is to add reverse DNS record on your Cloud Service. To do this, first of all, you must install Azure Powershell, WindowsAzurePowershell. Now, you must execute the following commands in...