Skip to content

Commit 3f5bf30

Browse files
Merge pull request #234698 from mimckitt/patch-90
Update custom-data.md
2 parents 0ae85a9 + 2d9603e commit 3f5bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/custom-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Azure currently supports two provisioning agents:
8585

8686
## FAQ
8787
### Can I update custom data after the VM has been created?
88-
For single VMs, you can't update custom data in the VM model. But for Virtual Machine Scale Sets, you can update custom data via the [REST API](/rest/api/compute/virtualmachinescalesets/update), the [Azure CLI](/cli/azure/vmss#az-vmss-update), or [Azure PowerShell](/powershell/module/az.compute/update-azvmss). When you update custom data in the model for a Virtual Machine Scale Set:
88+
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

9090
* Existing instances in the scale set don't get the updated custom data until they're reimaged.
9191
* Existing instances in the scale set that is upgraded don't get the updated custom data.

0 commit comments

Comments
 (0)