Skip to content

Commit ae6fe54

Browse files
Update quickstarts-virtual-machine-deployment-bicep.md
Add warning to prevent users from submitting sensitive information in plaintext in cloud-init data.
1 parent a25368c commit ae6fe54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/operator-nexus/quickstarts-virtual-machine-deployment-bicep.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="bicep" source="includes/virtual-machine/virtual-machine-bicep-template.bicep":::
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-bicep-template.bicep```, proceed to the next section to deploy the template.
3033

3134
## Deploy the template

0 commit comments

Comments
 (0)