Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
Azure icon
Labs

Deploy Resources using an ARM Template in the Azure Portal

Azure Resource Manager (ARM) templates provide a powerful way to define Azure resources and configuration, by essentially using a text file. This helps with consistency and automation of resource deployments. In this hands-on lab, you will learn how to create a storage account using an ARM template and walk through modifying the template to see how parameters and variables work.

Azure icon
Lab platform
Lab Info
Level
Intermediate
Last updated
Sep 24, 2025
Duration
30m

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
Table of Contents
  1. Challenge

    Load the ARM Template Using the Azure Portal
    1. Download the ARM template to your computer or copy the template text from this link.
    2. Within the Azure portal, choose Create a resource and use the Template deployment (deploy using custom templates) option.
    3. Choose Build your own template in the editor and either paste the template text you copied or click Load file and select the labstoragetemplate.json file you downloaded previously.
  2. Challenge

    Modify the ARM Template Parameters and Variables
    1. Modify the ARM template as follows:
      • Add a parameter called storageAccountKind and modify the resource definition to use it.
      • Create a variable called uniqueStorageAccountName and use the storageAccountName parameter and a uniqueString function to provide the resource with a unique name.
      • Change the location of the storage account resource to be hard-coded as West US.
    2. Save the template.
  3. Challenge

    Deploy the ARM Template using the Parameters File
    1. Edit the parameters file as follows:
      • Set the storageAccountName to azurelab.
      • Set the storageAccountKind to StorageV2.
    2. Save the parameters.
    3. Deploy the ARM template to the existing subscription and resource group provided for this hands-on lab.
About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight