Skip to content

Commit a45781d

Browse files
committed
fixes
1 parent 89eaa0b commit a45781d

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
@@ -483,7 +483,7 @@ Accelerated networking is enabled in the portal during virtual machine creation.
483483

484484
1. Use [Set-AzVMOperatingSystem](/powershell/module/az.compute/set-azvmoperatingsystem) and [Set-AzVMSourceImage](/powershell/module/az.compute/set-azvmsourceimage) to create the rest of the VM configuration. The following example creates a Ubuntu Server virtual machine:
485485

486-
```azurepowershell
486+
```azurepowershell
487487
$osParams = @{
488488
VM = $vmConfig
489489
ComputerName = "vm-1"

0 commit comments

Comments
 (0)