📘
Azure Governance Made Simple
  • Azure Governance made simple
  • Basic Governance Topics
    • Governance Overview
      • Overview of Azure native features for cloud governance
      • Governance Architecture in Azure
    • Azure Active Directory (Entra ID)
    • Naming standards
    • Azure Subscription
      • Overview of Enterprise Scale Landing Zones
    • Resource Groups
    • Resource Tags
    • Role Based Access Control
    • Resource Locks
  • Advanced Governance Topics
    • Azure Policy
      • Azure Policy best practices
      • Governance suggested policies
    • ARM Templates
    • Azure Blueprints
    • Azure Resource Graph
    • Management Groups
    • Cost Management
  • Conclusion
    • Final considerations
Powered by GitBook
On this page
  1. Advanced Governance Topics

Azure Resource Graph

PreviousAzure BlueprintsNextManagement Groups

Last updated 1 year ago

There are a few challenges today when it comes to getting visibility of all your resources properties in all subscriptions and understanding how they can be impacting negatively your organization, being from a cost or a security perspective.

  • Inability to view resources and their properties across subscriptions

  • Query resources (without worrying about timeouts & throttling), including filtering, grouping, and, sorting of resources by resource properties

  • The Resource Graph provides a way to interactively explore resources, so you can assess the impact of applying policies in a vast cloud environment

Resource Graph is the tool that comes to cover those needs allowing you to query and explore your resources in real-time.

Reference:

Overview of Azure Resource Graph - Azure Resource Graphdocsmsft
Logo