azure arm template
-
Azure
Encrypt Azure Container Registry with CMK – Template
To encrypt Azure Container Registry using Customer Managed Keys using key vault, we would need azure managed user identity to…
Read More » -
Azure
Part 7 – Arm Template – Use Export Template
IN our last Part 6 we used output for our template as this below JSON: { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0",…
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 »