Skip to content

Commit 7159012

Browse files
authored
Removed references to SDN Express for 22H2 docs
1 parent 6f2c50f commit 7159012

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

azure-stack/hci/manage/sdn-express.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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: 11/29/2023
6+
ms.date: 11/07/2024
77
ms.author: sethm
8-
ms.reviewer: JasonGerend
8+
ms.reviewer: anirbanpaul
99
---
1010

1111
# Deploy an SDN infrastructure using SDN Express
@@ -48,24 +48,21 @@ The following requirements must be met for a successful SDN deployment:
4848

4949
[!INCLUDE [download-vhdx](../../includes/hci-download-vhdx.md)]
5050

51-
## Download the GitHub repository
51+
> [!NOTE]
52+
> The SDN Express script files are no longer available on GitHub.
5253
53-
The SDN Express script files live in GitHub. The first step is to get the necessary files and folders onto your deployment computer.
54-
55-
1. Go to the [Microsoft SDN GitHub](https://github.com/microsoft/SDN) repository.
56-
57-
1. In the repository, expand the **Code** drop-down list, and then choose either **Clone** or **Download ZIP** to download the SDN files to your designated deployment computer.
58-
59-
> [!NOTE]
60-
> The designated deployment computer must be running Windows Server 2016 or later.
61-
62-
1. Extract the ZIP file and copy the `SDNExpress` folder to your deployment computer's `C:\` folder.
54+
## Install the SDN Express PowerShell module
55+
Run the following command to install the latest version of the SDN Express PowerShell module on the machine where you want to run the SDN installation:
56+
```powershell
57+
Install-Module -Name SDNExpress
58+
```
59+
The files automatically install in the default PowerShell module directory: `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\`
6360

6461
## Edit the configuration file
6562

66-
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 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) topic.
63+
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) topic.
6764

68-
Navigate to the `C:\SDNExpress\scripts` folder and open the `MultiNodeSampleConfig.psd1` file in your favorite text editor. Change specific parameter values to fit your infrastructure and deployment:
65+
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:
6966

7067
### General settings and parameters
7168

0 commit comments

Comments
 (0)