From 899fced335125d318927c61c1dc4d2caee54580b Mon Sep 17 00:00:00 2001 From: Pengcheng Zhao <50711491+pczhao1210@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:48:03 +0800 Subject: [PATCH] Fix PowerShell command for MAC address spoofing Change from "Allow Teaming On" to "AllowTeaming On" so the command will work properly --- azure-local/deploy/deployment-virtual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-local/deploy/deployment-virtual.md b/azure-local/deploy/deployment-virtual.md index 2116b8d237..bbbb06836d 100644 --- a/azure-local/deploy/deployment-virtual.md +++ b/azure-local/deploy/deployment-virtual.md @@ -161,7 +161,7 @@ Follow these steps to create an example VM named `Node1` using PowerShell cmdlet - NetworkATC teams vNICs for management and compute intent and, depending on the configuration, for storage vNICs. ```PowerShell - Get-VmNetworkAdapter -VmName "Node1" | Set-VmNetworkAdapter -MacAddressSpoofing On -Allow Teaming On + Get-VmNetworkAdapter -VmName "Node1" | Set-VmNetworkAdapter -MacAddressSpoofing On -AllowTeaming On ``` 1. Enable trunk port (for multi-node deployments only) for all network adapters on VM `Node1`. This script configures the network adapter of a specific VM to operate in trunk mode. This is typically used in multi-node deployments where you want to allow multiple Virtual Local Area Networks (VLANs) to communicate through a single network adapter: