Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Azure Fundamentals Certification and Beyond - Second Edition

You're reading from  Microsoft Azure Fundamentals Certification and Beyond - Second Edition

Product type Book
Published in Jan 2024
Publisher Packt
ISBN-13 9781837630592
Pages 284 pages
Edition 2nd Edition
Languages
Author (1):
Steve Miles Steve Miles
Profile icon Steve Miles
Toc

Table of Contents (14) Chapters close

Preface 1. Chapter 1: Introduction to Cloud Computing 2. Chapter 2: Benefits of Using Cloud Services 3. Chapter 3: Azure Core Architectural Components 4. Chapter 4: Azure Core Resources 5. Chapter 5: Azure Identity and Access 6. Chapter 6: Azure Security 7. Chapter 7: Azure Cost Management 8. Chapter 8: Azure Governance and Compliance 9. Chapter 9: Azure Resource Deployment and Management 10. Chapter 10: Azure Monitoring and Tools 11. Chapter 11: Accessing the Online Practice Resources 12. Other Books You May Enjoy Appendix: Assessing AZ-900 Exam Skills

Azure Resource Manager (ARM) Templates

ARM templates are an Infrastructure as Code (IAC) approach to resource deployment. This approach allows the repeatable and reliable deployment of multiple dependent resources into an Azure subscription in an automated and governed manner.

ARM templates are JSON files—a minimal, readable format for structuring data as an alternative to Extensible Markup Language (XML)—that define the configuration to be used for resource deployment.

With ARM templates, you define your desired deployment outcome with all resources you want to be created and any properties you wish to be specified in a single request; this is achieved by utilizing a declarative syntax (as opposed to an imperative syntax) in the templates.

Figure 9.6 shows this approach of ARM versus non-ARM IAC:

Figure 9.6 – ARM template declarative approach

Instead of issuing multiple commands at each stage of the process to create each resource...

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 ₹800/month. Cancel anytime}