Skip to content

Commit 2e6b67a

Browse files
Merge pull request #16992 from ManikaDhiman/md-update-sdn-deployment
Updated SDN express script
2 parents 3fe8159 + 6b9fef9 commit 2e6b67a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

azure-local/deploy/sdn-express-23h2.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy an SDN infrastructure using SDN Express for Azure Local, version 2
33
description: Learn to deploy an SDN infrastructure using SDN Express for Azure Local, version 23h2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 01/16/2025
6+
ms.date: 02/07/2025
77
ms.author: alkohli
88
ms.reviewer: anirbanpaul
99
---
@@ -185,7 +185,8 @@ The SDN Express script deploys your specified SDN infrastructure. When the scrip
185185
1. Run the following command from a user account with administrative credentials for the host machines:
186186

187187
```powershell
188-
.\SDNExpress.ps1 -ConfigurationDataFile MultiNodeSampleConfig.psd1 -Verbose
188+
$cred=Get-credential
189+
.\SDNExpress.ps1 -ConfigurationDataFile MultiNodeSampleConfig.psd1 -DomainJoinCredential $cred -NCCredential $cred -LocalAdminCredential $cred -Verbose
189190
```
190191
191192
1. After the NC VMs are created, configure dynamic DNS updates for the Network Controller cluster name on the DNS server. For more information, see [Dynamic DNS updates](../concepts/network-controller.md#dynamic-dns-updates).

azure-local/manage/sdn-express.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy an SDN infrastructure using SDN Express
33
description: Learn to deploy an SDN infrastructure using SDN Express
44
author: sethmanheim
55
ms.topic: how-to
6-
ms.date: 12/16/2024
6+
ms.date: 02/07/2025
77
ms.author: sethm
88
ms.reviewer: anirbanpaul
99
---
@@ -188,7 +188,8 @@ The SDN Express script deploys your specified SDN infrastructure. When the scrip
188188
1. Run the following command from a user account with administrative credentials for the cluster host servers:
189189

190190
```powershell
191-
SDNExpress\scripts\SDNExpress.ps1 -ConfigurationDataFile MultiNodeSampleConfig.psd1 -Verbose
191+
$cred=Get-credential
192+
.\SDNExpress.ps1 -ConfigurationDataFile MultiNodeSampleConfig.psd1 -DomainJoinCredential $cred -NCCredential $cred -LocalAdminCredential $cred -Verbose
192193
```
193194
194195
1. After the NC VMs are created, configure dynamic DNS updates for the Network Controller cluster name on the DNS server. For more information, see [Dynamic DNS updates](../concepts/network-controller.md#dynamic-dns-updates).

0 commit comments

Comments
 (0)