You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/deploy/sdn-express-23h2.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Deploy an SDN infrastructure using SDN Express for Azure Local, version 2
3
3
description: Learn to deploy an SDN infrastructure using SDN Express for Azure Local, version 23h2.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 02/20/2025
6
+
ms.date: 03/10/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: anirbanpaul
9
9
---
@@ -62,9 +62,11 @@ The files automatically install in the default PowerShell module directory: `C:\
62
62
63
63
## Edit the configuration file
64
64
65
-
The PowerShell `MultiNodeSampleConfig.psd1`configuration data file contains all the parameters and settings that are needed for the SDN Express script as input for the various parameters and configuration settings. This file has specific information about what needs to be filled out based on whether you're deploying only the network controller component, or the software load balancer and gateway components as well. For detailed information, see [Plan a Software Defined Network infrastructure](../concepts/plan-software-defined-networking-infrastructure.md) article.
65
+
The PowerShell configuration data file (psd1 file) stores the input parameters and configuration settings that the SDN Express script requires to run. This file contains specific information about what needs to be configured, depending on whether you're deploying only the Network Controller component, or the Software Load Balancer and Gateway components as well.
66
66
67
-
Navigate to the `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\` folder and open the `MultiNodeSampleConfig.psd1` file in your favorite text editor. Change specific parameter values to fit your infrastructure and deployment:
67
+
For more information, see [Plan a Software Defined Network infrastructure](../concepts/plan-software-defined-networking-infrastructure.md). For details about the relevant config file to be used, see [Configuration sample files](#configuration-sample-files).
68
+
69
+
Navigate to the `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\` folder and open the relevant config file in your favorite text editor. Change specific parameter values to fit your infrastructure and deployment.
68
70
69
71
### General settings and parameters
70
72
@@ -185,8 +187,7 @@ The SDN Express script deploys your specified SDN infrastructure. When the scrip
185
187
1. Run the following command from a user account with administrative credentials for the host machines:
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).
Copy file name to clipboardExpand all lines: azure-local/manage/sdn-express.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Deploy an SDN infrastructure using SDN Express
3
3
description: Learn to deploy an SDN infrastructure using SDN Express
4
4
author: sethmanheim
5
5
ms.topic: how-to
6
-
ms.date: 02/07/2025
6
+
ms.date: 03/10/2025
7
7
ms.author: sethm
8
8
ms.reviewer: anirbanpaul
9
9
---
@@ -65,9 +65,11 @@ The files automatically install in the default PowerShell module directory: `C:\
65
65
66
66
## Edit the configuration file
67
67
68
-
The PowerShell `MultiNodeSampleConfig.psd1`configuration data file (located at the above mentioned install path) contains all the parameters and settings that are needed for the SDN Express script as input for the various parameters and configuration settings. This file has specific information about what needs to be filled out based on whether you are deploying only the network controller component, or the software load balancer and gateway components as well. For detailed information, see [Plan a Software Defined Network infrastructure](../concepts/plan-software-defined-networking-infrastructure.md).
68
+
The PowerShell configuration data file (psd1 file) stores the input parameters and configuration settings that the SDN Express script requires to run. This file contains specific information about what needs to be configured, depending on whether you're deploying only the Network Controller component, or the Software Load Balancer and Gateway components as well.
69
69
70
-
Navigate to the `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\` folder and open the **MultiNodeSampleConfig.psd1** file in a text editor. Change specific parameter values to fit your infrastructure and deployment, as described in the next section.
70
+
For more information, see [Plan a Software Defined Network infrastructure](../concepts/plan-software-defined-networking-infrastructure.md). For details about the relevant config file to be used, see [Configuration sample files](#configuration-sample-files).
71
+
72
+
Navigate to the `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\` folder and open the relevant config file in your favorite text editor. Change specific parameter values to fit your infrastructure and deployment.
71
73
72
74
### General settings and parameters
73
75
@@ -188,8 +190,7 @@ The SDN Express script deploys your specified SDN infrastructure. When the scrip
188
190
1. Run the following command from a user account with administrative credentials for the cluster host servers:
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