Tag: ARM
Azure Classroom Series – ARM Templating – 25/Sep/2019
Azure ARM Templates Classroom Series – 24/Sep/2019
Azure Resource Manager Parameters
Using Parameters in ARM Templates What is Parameter In ARM Template parameter is the value that is provider which cannot be computed or worked out by azure (eg names of resources) Basic Parameter Syntax Using Parameters To use the Parameters we would use the same example referred in creating basic arm template which is here… Continue reading Azure Resource Manager Parameters
Azure Resource Manager
Terminology Resource: Any thing which you want to provision in your Azure Subscription (eg. VirtualMachines, Virtual Network, Storage Account, Service Fabric etc.) Resource Group: A container that holds resources Refer here Resource Provider: This is responsible for creating and manager resources. There are many resource providers in azure. Refer here Subscription: The Azure account is… Continue reading Azure Resource Manager
