Skip to content

Commit 169436c

Browse files
[operator-nexus] Update quickstarts-virtual-machine-deployment-arm.md
Adds warning to prevent users from submitting sensitive information via plaintext in cloud-init data.
1 parent a25368c commit 169436c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Before deploying the virtual machine template, let's review the content to under
2626

2727
:::code language="json" source="includes/virtual-machine/virtual-machine-arm-template.json":::
2828

29+
> [!IMPORTANT]
30+
> 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.
31+
2932
Once you have reviewed and saved the template file named ```virtual-machine-arm-template.json```, proceed to the next section to deploy the template.
3033

3134
## Deploy the template

0 commit comments

Comments
 (0)