Skip to content

Commit 06d5e57

Browse files
committed
fixes
1 parent 5af7620 commit 06d5e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/create-virtual-machine-accelerated-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ $vmConfigParams = @{
525525
$vmConfig = Add-AzVMNetworkInterface @vmConfigParams
526526
```
527527
528-
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM with Accelerated Networking enabled.
528+
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM with Accelerated Networking enabled. The command will generate SSH keys for the virtual machine for login. Make note of the location of the private key. The private key is needed in later steps for connecting to the virtual machine with Azure Bastion.
529529
530530
```azurepowershell
531531
$vmParams = @{

0 commit comments

Comments
 (0)