Skip to content

Commit db83e4d

Browse files
author
Manika Dhiman
committed
Pulled in public PR with sDN express changes
1 parent 1d93ef9 commit db83e4d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

azure-stack/hci/deploy/sdn-express-23h2.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy an SDN infrastructure using SDN Express for Azure Stack HCI, versi
33
description: Learn to deploy an SDN infrastructure using SDN Express for Azure Stack HCI, version 23h2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/29/2024
6+
ms.date: 10/28/2024
77
ms.author: alkohli
88
ms.reviewer: anirbanpaul
99
---
@@ -47,14 +47,19 @@ The following requirements must be met for a successful SDN deployment:
4747

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

50-
## Download the GitHub repository
51-
The SDN Express module is no longer hosted on GitHub. It is now available in powershell gallery. Please see the Install SDN Express Powershell section for further details.
50+
## Install the SDN Express PowerShell module
5251

53-
## Install SDN Express Powershell module
54-
Update (10.25.2024) The SDN Express script files are no longer available in GitHub. Please follow the updated installation method as mentioned below.
52+
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:
53+
54+
```powershell
55+
Install-Module -Name SDNExpress
56+
```
57+
58+
The files automatically install in the default PowerShell module directory: C:\Program Files\WindowsPowerShell\Modules\SdnExpress\.
59+
60+
> [!NOTE]
61+
> The SDN Express script files are no longer available on GitHub.
5562
56-
On the machine where you wish to run the installation of SDN, the latest version of SDN Express must be installed. To install the module please run `Install-Module -Name SDNExpress`. The files will automatically be installed in the default powershell module directory. You can locate them at `C:\Program Files\WindowsPowerShell\Modules\SdnExpress\`
57-
5863
## Edit the configuration file
5964

6065
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.
@@ -199,5 +204,4 @@ The following configuration sample files for deploying SDN are available in the
199204
200205
## Next steps
201206
202-
- [Manage VMs](../manage/vm.md)
203-
207+
- [Manage VMs](../manage/vm.md)

0 commit comments

Comments
 (0)