Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Azure Resource Manager Templates Quick Start Guide
  • Table Of Contents Toc
Azure Resource Manager Templates Quick Start Guide

Azure Resource Manager Templates Quick Start Guide

By : Pelaez Lopez, Modi
close
close
Azure Resource Manager Templates Quick Start Guide

Azure Resource Manager Templates Quick Start Guide

By: Pelaez Lopez, Modi

Overview of this book

Azure Resource Manager (ARM) templates are declarations of Azure resources in the JSON format to provision and maintain them using infrastructure as code. This book gives practical solutions and examples for provisioning and managing various Azure services using ARM templates. The book starts with an understanding of infrastructure as code, a refresher on JSON, and then moves on to explain the fundamental concepts of ARM templates. Important concepts like iteration, conditional evaluation, security, usage of expressions, and functions will be covered in detail. You will use linked and nested templates to create modular ARM templates. You will see how to create multiple instances of the same resources, how to nest and link templates, and how to establish dependencies between them. You will also learn about implementing design patterns, secure template design, the unit testing of ARM templates, and adopting best practices. By the end of this book, you will understand the entire life cycle of ARM templates and their testing, and be able to author them for complex deployments.
Table of Contents (12 chapters)
close
close
Lock Free Chapter
1
Section 1: ARM Template Foundational Skills
6
Section 2: ARM Template Advanced Concepts

Deployment – Best Practices

Azure provides multiple ways to deploy ARM templates. An ARM template could be deployed using PowerShell, Azure CLI, Azure-provided SDKs, REST APIs, and even through the Azure portal:

  • Validate template: While using PowerShell, it is important to validate the template before deploying the template. Azure PowerShell provides the Test-AzureRmResourceGroupDeployment cmdlet for this purpose. It takes the path to the template file and the optional parameters file, to check whether the template is well formed and that it does not contain errors. This cmdlet does not generate a new deployment in Azure.
  • Unique deployment name: Azure provides the New-AzureRmResourceGroupDeployment cmdlet for deploying an ARM template. This command takes the name of the deployment as its parameter. This name should be unique for easy identification on the portal and for...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Azure Resource Manager Templates Quick Start Guide
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon