Skip to content

Commit d49af58

Browse files
Merge pull request #17046 from CristianEdwards/vMSwitchName
vSwitch Name consideration update
2 parents b72475e + 1f85f8a commit d49af58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-local/plan/cloud-deployment-network-considerations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ $IntentName = "MgmtCompute"
209209
New-VMSwitch -Name "ConvergedSwitch($IntentName)" -NetAdapterName "NIC1","NIC2" -EnableEmbeddedTeaming $true -AllowManagementOS $true
210210
```
211211

212+
> [!NOTE]
213+
>Once Azure Local instance is deployed, it is not supported to change the Management intent name or the virtual switch name. It is required to use the same intent name and virtual switch name if you require to update or recreate the intent after deployment.
214+
212215
#### 2. Configure management virtual network adapter using required Network ATC naming convention for all nodes
213216

214217
Once the virtual switch and the associated management virtual network adapter are created, make sure that the network adapter name is compliant with Network ATC naming standards.

0 commit comments

Comments
 (0)