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

Azure Resource Graph

Over time, you will have a lot of resources deployed in Azure that will likely be spread over many subscriptions. Using REST APIs, PowerShell, and the CLI, there are ways to query and filter resources. However, these can be fairly expensive (in terms of ARM processing) and not always the fastest (in terms of response times). You may think of something simple, like “how many VMs do I have across all my subscriptions,” which in reality is very difficult to do in large environments. Azure Resource Graph addresses this by bringing a query capability that can operate across all environments and includes rich capabilities to filter, group, and sort resources.

Azure Resource Graph uses the same query language as Log Analytics, which is at the heart of Azure Monitor: Kusto. You only need Read access to the objects that you wish to query. (If you don’t have Read access, you simply won’t see those results.)

You can call Azure Resource Graph from...

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 $19.99/month. Cancel anytime