About 432 results
Open links in new tab
  1. Tutorial - Create and deploy template - Azure Resource Manager

    Create your first Azure Resource Manager template (ARM template). In the tutorial, you learn about the template file syntax and how to deploy a storage account.

  2. Azure Resource Manager Sample Template Concepts - GitHub

    This repo has a handful of scenario based samples for using Azure Resource Manager Templates. Also included are scripts that will deploy the template and any related artifacts (configuration scripts, …

  3. What is an Azure ARM Template? Overview & Tutorial - Spacelift

    ARM templates describe the desired state of resources in a declarative manner, allowing you to specify what resources should exist and their configurations. ARM templates are written in JSON (JavaScript …

  4. Template structure and syntax - Azure Resource Manager

    This article describes the structure of an Azure Resource Manager template (ARM template). It presents the different sections of a template and the properties that are available in those sections.

  5. ARM Templates- Azure Resource Manager Tutorial - K21Academy

    Nov 13, 2025 · In this blog, we will discuss what ARM is and how to use Azure Resource Manager Template (ARM Template), and how they are beneficial in automating the deployment.

  6. Tutorial - Create and deploy template - Azure Resource Manager

    Create your first Azure Resource Manager template (ARM template). In the tutorial, you learn about the template file syntax and how to deploy a storage account.

  7. Azure Resource Manager templates

    Create and update any Azure resource declaratively. Use one of many sample templates or build one from scratch using native tooling in Visual Studio or Visual Studio Code.

  8. Azure Resource Manager (ARM) Templates | ARM Template in Azure

    Jul 31, 2025 · Azure Resource Manager (ARM) Templates in Azure refers to the block of code responsible for developing the configuration and infrastructure of the project. They are the …

  9. Use template reference - Azure Resource Manager | Azure Docs

    Learn how to find the template schema information, and use the information to create Azure Resource Manager templates (ARM templates). In this tutorial, you use a base template from Azure Quickstart …

  10. GitHub - Azure-Samples/resource-manager-python-template

    In this sample, we are going to deploy a resource template which contains an Ubuntu 16.04 LTS virtual machine using ssh public key authentication, storage account, and virtual network with public IP …