Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Azure Infrastructure Services for Architects

You're reading from   Microsoft Azure Infrastructure Services for Architects Designing Cloud Solutions

Arrow left icon
Product type Paperback
Published in Oct 2019
Publisher Wiley
ISBN-13 9781119596578
Length 448 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
John Savill John Savill
Author Profile Icon John Savill
John Savill
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

1. Cover FREE CHAPTER
2. Acknowledgments
3. About the Author
4. Introduction
5. Chapter 1 The Cloud and Microsoft Azure Fundamentals 6. Chapter 2 Governance 7. Chapter 3 Identity 8. Chapter 4 Identity Security and Extended Identity Services 9. Chapter 5 Networking 10. Chapter 6 Storage 11. Chapter 7 Azure Compute 12. Chapter 8 Azure Stack 13. Chapter 9 Backup, High Availability, Disaster Recovery, and Migration 14. Chapter 10 Monitoring and Security 15. Chapter 11 Managing Azure 16. Chapter 12 What to Do Next 17. Index
18. End User License Agreement

Deploying Resources with ARM JSON Templates

There are many ways to deploy resources: using the portal, PowerShell, the CLI, the REST API, third-party tools, Azure application—the list goes on. The challenge with nearly all these tools is that they are imperative—that is, you have to explicitly say how to create the resources. If you were creating a number of resources and there was a failure, you often would not be able to just restart the script, as some resources would already exist, and it would fail. Instead, you would have to check at every stage if a resource exists, use a reference to that existing resource if it’s used elsewhere in the script, etc. What if you want to make a small change to the deployment that already exists or compare what is deployed to what you defined in the script? Using the portal or applications is prone to human error and unlikely to scale well. Yes, you can create one VM, but 100? Ouch.

Everything Is JSON

Behind the scenes, everything...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime