Skip to content

Commit 9dc3252

Browse files
committed
moving to troubleshooting page
1 parent f46aea0 commit 9dc3252

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

articles/governance/resource-graph/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@
7979
- name: Guidance for throttled requests
8080
displayName: pagination, batching, throttling, parallel
8181
href: ./concepts/guidance-for-throttled-requests.md
82-
- name: Azure Resource Graph fields that have slower update
83-
href: ./concepts/fields-slow-updates.md
8482
- name: Security
8583
items:
8684
- name: Security baseline for Azure Security Benchmark

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,21 @@ If the customer doesn't have read permission to all the provided subscriptions,
9999

100100
Include at least one subscription in the subscription list that the customer running the query has at least read access to. For more information, see [Permissions in Azure Resource Graph](../overview.md#permissions-in-azure-resource-graph).
101101

102+
### Scenario: Azure Resource Graph fields not being updated immediately
103+
104+
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.
105+
106+
#### List of fields affected
107+
108+
> ![IMPORTANT]
109+
> This concept is not limited to specific properties. The following list are examples that you might find delayed, but eventually become updated.
110+
> For virtual machines, VMs are updated asynchronously, which means that the current state does not match the "goal state" (desired state set by customers). However, these VM fields will converge over time.**
111+
112+
- properties.extended.instanceView.osName
113+
- properties.extended.instanceView.osVersion
114+
- properties.extended.instanceView.computerName
115+
116+
102117
## Next steps
103118

104119
If you didn't see your problem or are unable to solve your issue, visit one of the following channels for more support:

0 commit comments

Comments
 (0)