Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Resource Graph Explorer- ResourceChanges #369

Open
cloudtestprove opened this issue Mar 27, 2024 · 0 comments
Open

Azure Resource Graph Explorer- ResourceChanges #369

cloudtestprove opened this issue Mar 27, 2024 · 0 comments

Comments

@cloudtestprove
Copy link

HI all,
I created two public ips, and i'am trying to use the resourceChanges to extract some information about changes creation deletes and so on the subscription.

when i run this query:
ResourceChanges
| where properties.targetResourceType == "microsoft.network/publicipaddresses"
| extend changeType_ = tostring(properties.changeType)
| extend changedBy_ = tostring(parse_json(tostring(properties.changeAttributes)).changedBy)
| extend timestamp_ = tostring(parse_json(tostring(properties.changeAttributes)).timestamp)

i got almost all the logs correctly (see attachment)
c
RESOURCECHANGES
but for the changedBy i can't see who creates the public ips and i got value "Unspecified" but if i make even a little update i got my account name in the field of the changedBy.

for a major project we are extracting this values but even for create delete or update we gon unspecified in more than one case.

if someone can explain why this is happening i will really appreciate.

Best regards and thx for your time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant