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 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 | Jun 14, 2018 | Azure, Security, Storage
Microsoft 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 keys, secrets and it is...
by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure
One 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 PowerShell: Azure Service...