Skip to content

Commit 9c1121c

Browse files
committed
adding resolution and cause
1 parent 372eae1 commit 9c1121c

File tree

1 file changed

+10
-1
lines changed
  • articles/governance/resource-graph/troubleshoot

1 file changed

+10
-1
lines changed

articles/governance/resource-graph/troubleshoot/general.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ Include at least one subscription in the subscription list that the customer run
101101

102102
### Scenario: Azure Resource Graph fields not being updated immediately
103103

104+
#### Issue
105+
104106
There are specific fields, when using Azure Resource Graph, that are updated at a slower cadence. These fields will converge to true values over time, provided there are no updates in between.
105107

106-
#### List of fields affected
108+
##### List of fields affected
107109

108110
> [!IMPORTANT]
109111
> - This concept is not limited to specific properties. The following list are examples that you might find delayed, but eventually become updated.
@@ -113,6 +115,13 @@ There are specific fields, when using Azure Resource Graph, that are updated at
113115
- properties.extended.instanceView.osVersion
114116
- properties.extended.instanceView.computerName
115117

118+
#### Cause
119+
120+
Some fields are coming from agent blobs that don't have notification coverage, therefore updates to these fields are delayed.
121+
122+
#### Resolution
123+
124+
These fields update at a slower cadence today, but will converge to true values over time, provided there are no updates in between.
116125

117126
## Next steps
118127

0 commit comments

Comments
 (0)