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...
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...
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...
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...