Skip to content

Commit efa682c

Browse files
Add security warning for VM password management
Added a security warning regarding VM passwords and their management.
1 parent 3e33ce9 commit efa682c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/deploymentguide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ azd env set VM_ADMIN_USERNAME "youradminuser"
248248
azd env set VM_ADMIN_PASSWORD "<your-strong-password>"
249249
```
250250

251-
> ⚠️ **Security Warning:** Do **not** commit VM passwords to source control. Always use `azd env set`, a secrets manager, or pipeline secret variables for sensitive credentials. The `infra/main.bicepparam` file reads the password from the `VM_ADMIN_PASSWORD` environment variable at deployment time — no default is provided intentionally, so deployment will prompt or fail if the variable is unset.
252251

253252
</details>
254253

0 commit comments

Comments
 (0)