Skip to content

Commit e7c21ce

Browse files
Update quickstarts-virtual-machine-deployment-ps.md
Add warning to ensure users don't submit sensitive information via plaintext in cloud-init data.
1 parent a25368c commit e7c21ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/operator-nexus/quickstarts-virtual-machine-deployment-ps.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Before you run the commands, you need to set several variables to define the con
5353
| NETWORKATTACHMENTNAME | The name of the Network to attach for workload. |
5454
| NETWORKDATA | The base64 encoded string of cloud-init network data. |
5555

56+
> [!IMPORTANT]
57+
> Please ensure that any sensitive data (e.g. secrets, passwords, private keys, etc.) are encrypted before they are submitted in the userdata or networkdata fields.
58+
5659
Once you've defined these variables, you can run the Azure PowerShell command to create the virtual machine. Add the ```-Debug``` flag at the end to provide more detailed output for troubleshooting purposes.
5760

5861
To define these variables, use the following set commands and replace the example values with your preferred values. You can also use the default values for some of the variables, as shown in the following example:

0 commit comments

Comments
 (0)