Skip to content

Commit e3068ef

Browse files
Merge pull request #291694 from matthew-fuller/cloud-init-warning
Update warning to include further information link
2 parents f33d65d + 857e747 commit e3068ef

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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, such as secrets, passwords, private keys, and so on, are encrypted before they are submitted in the userData or networkData fields.
29+
> [!WARNING]
30+
> User data will not be encrypted, and any process on the VM can query this data. You should not store confidential information in user data. For more information, see [Azure data security and encryption best practices](/azure/security/fundamentals/data-encryption-best-practices).
3131
3232
Once you have reviewed and saved the template file named ```virtual-machine-arm-template.json```, proceed to the next section to deploy the template.
3333

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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, such as secrets, passwords, private keys, and so on, are encrypted before they are submitted in the userData or networkData fields.
29+
> [!WARNING]
30+
> User data will not be encrypted, and any process on the VM can query this data. You should not store confidential information in user data. For more information, see [Azure data security and encryption best practices](/azure/security/fundamentals/data-encryption-best-practices).
3131
3232
Once you have reviewed and saved the template file named ```virtual-machine-bicep-template.bicep```, proceed to the next section to deploy the template.
3333

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ 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, such as secrets, passwords, private keys, and so on, are encrypted before they are submitted in the userData or networkData fields.
48+
> [!WARNING]
49+
> User data will not be encrypted, and any process on the VM can query this data. You should not store confidential information in user data. For more information, see [Azure data security and encryption best practices](/azure/security/fundamentals/data-encryption-best-practices).
5050
5151
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.
5252

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ 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, such as secrets, passwords, private keys, and so on, are encrypted before they are submitted in the userData or networkData fields.
56+
> [!WARNING]
57+
> User data will not be encrypted, and any process on the VM can query this data. You should not store confidential information in user data. For more information, see [Azure data security and encryption best practices](/azure/security/fundamentals/data-encryption-best-practices).
5858
5959
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.
6060

0 commit comments

Comments
 (0)