arm template
-
Azure
Encrypt Storage Acct with customer managed key (CMK)
I was working on a task to encrypt the azure storage account using the customer managed keys using key vault.…
Read More » -
Azure
Part 5 – Arm Template – Use Functions
Create Functions: { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "storageName": { "type": "string", "minLength": 3, "maxLength": 24 }, "storageSKU": {…
Read More » -
Azure
Part 3 – Arm Template – Use Parameters
Create Parameters: In order to change your template asĀ reusable, we can use parameter to place it in storage account…
Read More » -
Azure
Part 2 – Arm Template – Create resource
Create resource In order to create or add Resources, we can get more idea and how to create it using…
Read More » -
Azure
Part 1 – Arm Template
In order to use infrastructure as code for your Azure solutions, we will use Azure Resource Manager templates. The template…
Read More » -
Azure
Azure ArmTemplate
This JSON Template creates the following Items: NetworkInterface NetworkSecurityGroup VirtualNetwork PublicIP VirtualMachine StorageAccount Availability Set VM Diagnostic Extension Managed Disk…
Read More »