Skip to content

Commit

Permalink
updating documentation with username (Azure#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisamurphy-msft authored Nov 12, 2021
1 parent f5fc09b commit 72fa274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bicep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://docs.microsoft.com/en-us/azure/bastion/bastion-connect-vm-rdp-windows#rdp>

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:
Expand All @@ -195,6 +197,8 @@ For more information on generating a public/private key pair see <https://docs.m

Then, once you've deployed the virtual machines and Bastion Host, use these docs to connect with an SSH Key: <https://docs.microsoft.com/en-us/azure/bastion/bastion-connect-vm-ssh#privatekey>

The default username is set to `azureuser`.

## Configuring the Firewall

### Setting the Firewall SKU
Expand Down

0 comments on commit 72fa274

Please sign in to comment.