Skip to content

Commit 1ff1c58

Browse files
authored
PR review edit, relative links
1 parent 834836f commit 1ff1c58

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), [Az CLI](https://docs.microsoft.com/en-us/cli/azure/vmss?view=azure-cli-latest#az_vmss_update), or [Az PowerShell](https://docs.microsoft.com/en-us/powershell/module/az.compute/update-azvmss?view=azps-6.6.0) . 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)