diff --git a/src/bicep/README.md b/src/bicep/README.md index 48e1fba6f..fff70d97e 100644 --- a/src/bicep/README.md +++ b/src/bicep/README.md @@ -173,6 +173,8 @@ az deployment sub create \ Then, once you've deployed the virtual machines and Bastion Host, use these docs to connect with the provided password: +The default username is set to `azureuser`. + ### Using an SSH Key with Remote Access via Bastion Host If you have a key pair you'd like to use for SSH connections to the Linux virtual machine that is deployed with `deployRemoteAccess=true`, specify the `linuxVmAuthenticationType` parameter to `sshPublicKey` like so: @@ -195,6 +197,8 @@ For more information on generating a public/private key pair see +The default username is set to `azureuser`. + ## Configuring the Firewall ### Setting the Firewall SKU