Manage Azure resources by Using ARM Templates

Manage Azure resources by Using ARM Templates

Create an Azure managed disk by using an ARM template

1. In the Azure portal, search for and select Deploy a custom template.

2. On the Custom deployment blade, click Build your own template in the editor.

Article content

3. On the Edit template blade, click Load file and upload your “template.json” file.

Article content

4. Within the editor pane, check the code and change what you think it’s necessary.

5. Save the changes.

6. Back on the Custom deployment blade, click Edit parameters.

Article content

7. On the Edit parameters blade, click Load file and upload your “parameters.json” file, and Save the changes.

Article content

8. Back on the Custom deployment blade, specify the required settings for your scenario.

Article content

9. Select Review + Create and then select Create.

10. Verify that the deployment was completed successfully.

Review the ARM template-based deployment of the managed disk

1. In the Azure portal, search for and select Resource groups.

2. In the list of resource groups, click the resource group you need, in our example, az104-03b-rg1.

3. On the az104-03b-rg1 resource group blade, in the Settings section, click Deployments.

4. From the az104-03b-rg1 - Deployments blade, click the first entry in the list of deployments and review the content of the Input and Template blades.

To view or add a comment, sign in

More articles by Marcelo Leite Gomes

  • Implement Data Protection

    Provision the lab environment For the last chapter, we will deploy two virtual machines that will be used to test…

    1 Comment
  • Implement Azure Kubernetes Service

    Register the Microsoft.Kubernetes and Microsoft.

    1 Comment
  • Implement Azure Container Instances

    Deploy a Docker image by using the Azure Container Instance In this task, you will create a new container instance for…

    1 Comment
  • Implement Web Apps

    Create an Azure web app In this task, we will create an Azure web app. 1.

    1 Comment
  • Manage Virtual Machines

    Deploy zone-resilient Azure virtual machines by using the Azure portal and an Azure Resource Manager template In this…

  • Manage Azure Storage

    Let’s manage some files? The idea is the following, you need to evaluate the use of Azure storage for storing files…

    1 Comment
  • Implement Traffic Management

    Azure Traffic Manager operates at the DNS layer to quickly and efficiently direct incoming DNS requests based on the…

  • Implement Intersite Connectivity

    Your company has offices in three different locations, and the data center of these offices are connected via mesh wide…

  • Implement Virtual Networking

    Create and configure a virtual network To create a virtual network with multiple subnets, follow the steps below. 1.

  • Manage Azure resources by Using Azure CLI

    Start a Bash session in Azure Cloud Shell 1. From the portal, open the Azure Cloud Shell by clicking on the icon in the…

Insights from the community

Others also viewed

Explore topics