Replies: 3 comments 10 replies
-
|
Hi @cata008, while I do agree that this is a good idea, I don't believe it will be possible based on how filtering of Azure Resource Graph queries work. Currently the Azure IPAM platform calls out to ARG at the Root Management Group (Tenant) level so that it has visibility across the entire Tenant. While you can filter like this: But there isn't a way to perform the similar (that I am aware of) based on Management Groups as this data isn't part of the child resources. In theory, you could JOIN a query for all of the Management Groups, then look at the Subscriptions that live within those Management Groups, then filter on those Subscriptions, however there are a finite number of JOIN's that can be called in an Azure Resource Graph Query (when used via API/SDK) and the queries that we use right now are already quite large. I'll continue to explore various ways that we might be able to better accomplish this, but it may take some time due to the complexities of how Azure Resource Graph works and it's current limitations. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @cata008, thanks for a great discussion during our Teams call. After getting a much better clarity around the ask here, I'm happy to announce this item has been completed in PR #204. If you're using the default deployment, you can simply restart your App Service to pull the updated containers. You should now see Management Groups in the Exclusions section, and you can filter/sort by this column: If for some reason you don't see this, it may be because you've already saved a customer view on this page and need to reset the view to default as follows: If you need the full Management Group ID, this is also available though it's hidden by default (because it's quite long): Hope this meets your need sir, and as always thanks for the wonderful feedback! |
Beta Was this translation helpful? Give feedback.
-
|
@DCMattyG Hi Matt, does this pull request enable excluding all Subscriptions in a Management Group from IPAMs visibility, or does this PR simply detail what management group an excluded subscription is apart of? Hope that makes sense, thank you! |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi @DCMattyG. I believe it could turn out quite handy to have the option to select a management group id as filter and exclude all subscriptions within. Especially for organizations designed using the Cloud Adoption Framework.
Cheers,
Cata
Beta Was this translation helpful? Give feedback.
All reactions