Skip to content

Commit 3ad1380

Browse files
authored
Merge pull request #83620 from mleziva/patch-2
Update custom-data.md
2 parents 4289855 + 1ff1c58 commit 3ad1380

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
@@ -79,7 +79,7 @@ To troubleshoot custom data execution, review the troubleshooting [documentation
7979

8080
## FAQ
8181
### Can I update custom data after the VM has been created?
82-
For single VMs, custom data in the VM model cannot be updated, but for VMSS, you can update VMSS custom data via [REST API](/rest/api/compute/virtualmachinescalesets/update) (not applicable for PS or AZ CLI clients). When you update custom data in the VMSS model:
82+
For single VMs, custom data in the VM model cannot be updated, but for VMSS, you can update VMSS custom data via [REST API](/rest/api/compute/virtualmachinescalesets/update), [Az CLI](/cli/azure/vmss?view=azure-cli-latest#az_vmss_update), or [Az PowerShell](/powershell/module/az.compute/update-azvmss?view=azps-6.6.0). When you update custom data in the VMSS model:
8383
* Existing instances in the VMSS will not get the updated custom data, only until they are reimaged.
8484
* Existing instances in the VMSS that are upgraded will not get the updated custom data.
8585
* New instances will receive the new custom data.

0 commit comments

Comments
 (0)