You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies a base-64 encoded string of custom data.
125
-
This is decoded to a binary array that is saved as a file on the virtual machine.
126
-
The maximum length of the binary array is 65535 bytes.<br>
127
-
**Note: Do not pass any secrets or passwords in customData property**<br>
128
-
This property cannot be updated after the VM is created. <br>
129
-
customData is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/) <br>
130
-
For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init)
124
+
Specifies a string to be passed to the virtual machine. For more information see [Custom Data on Azure VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/custom-data).
125
+
**Note: It is not recommended to store sensitive information in custom data.**
0 commit comments