Skip to content

Commit cc8f430

Browse files
Merge pull request #235234 from mimckitt/patch-93
Update custom-data.md
2 parents b6c2f69 + 549374a commit cc8f430

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/virtual-machines/custom-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ Azure currently supports two provisioning agents:
8787
### Can I update custom data after the VM has been created?
8888
For single VMs, you can't update custom data in the VM model. But for Virtual Machine Scale Sets, you can update custom data. For more information, see [Modify a Scale Set](../virtual-machine-scale-sets/virtual-machine-scale-sets-upgrade-scale-set.md#how-to-update-global-scale-set-properties). When you update custom data in the model for a Virtual Machine Scale Set:
8989

90-
* Existing instances in the scale set don't get the updated custom data until they're reimaged.
91-
* Existing instances in the scale set that is upgraded don't get the updated custom data.
90+
* Existing instances in the scale set don't get the updated custom data until they're updated to the lastest model and reimaged.
9291
* New instances receive the new custom data.
9392

9493
### Can I place sensitive values in custom data?

0 commit comments

Comments
 (0)