Skip to content

Commit fa44539

Browse files
committed
adding section for fields that have a slower update time
1 parent 48aebac commit fa44539

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Azure Resource Graph fields that update at a slower cadence
3+
description: Learn about ARG fields that are uploaded at a slower cadence than others.
4+
ms.date: 12/11/2024
5+
ms.topic: conceptual
6+
---
7+
8+
# Understanding properties that are updated at a slower cadence
9+
10+
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.
11+
12+
## List of fields affected
13+
14+
**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.**
15+
16+
- properties.extended.instanceView.osName
17+
- properties.extended.instanceView.osVersion
18+
- properties.extended.instanceView.computerName
19+

articles/governance/resource-graph/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
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 times
83+
href: ./concepts/fields-slow-updates.md
8284
- name: Security
8385
items:
8486
- name: Security baseline for Azure Security Benchmark

0 commit comments

Comments
 (0)