Skip to content

Commit 4dbc1d7

Browse files
[operator-nexus] Update quickstarts-virtual-machine-deployment-cli.md
Add warning to prevent users from submitting sensitive information in plaintext in cloud-init data.
1 parent a25368c commit 4dbc1d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Before you run the commands, you need to set several variables to define the con
4545
| ACR_USERNAME | The username for the Azure Container Registry. |
4646
| ACR_PASSWORD | The password for the Azure Container Registry. |
4747

48+
> [!IMPORTANT]
49+
> 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.
50+
4851
Once you've defined these variables, you can run the Azure CLI command to create the virtual machine. Add the ```--debug``` flag at the end to provide more detailed output for troubleshooting purposes.
4952

5053
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)