Skip to content

Commit 501c649

Browse files
author
Manika Dhiman
committed
tweaks
1 parent 18b0b45 commit 501c649

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this article, you deploy an end-to-end Software Defined Network (SDN) infrast
1717
You can also deploy an SDN infrastructure System Center Virtual Machine Manager (VMM). For more information, [Manage SDN resources in the VMM fabric](/system-center/vmm/network-sdn).
1818

1919
> [!IMPORTANT]
20-
> If you are deploying SDN on Azure Local, ensure that all the applicable SDN infrastructure VMs (Network Controller, Software Load Balancers, Gateways) are on the latest Windows Update patch. You can initiate the update from the SConfig UI on the machines. Without the latest patches, connectivity issues may arise. For more information about updating the SDN infrastructure, see [Update SDN infrastructure for Azure Local](../manage/update-sdn.md).
20+
> If you're deploying SDN on Azure Local, ensure that all the applicable SDN infrastructure VMs (Network Controller, Software Load Balancers, Gateways) are on the latest Windows Update patch. You can initiate the update from the SConfig UI on the machines. Without the latest patches, connectivity issues may arise. For more information about updating the SDN infrastructure, see [Update SDN infrastructure for Azure Local](../manage/update-sdn.md).
2121
2222
## Before you begin
2323

@@ -62,7 +62,7 @@ The files automatically install in the default PowerShell module directory: `C:\
6262
6363
## Edit the configuration file
6464

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.
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, based on whether you're deploying just the Network Controller component or also the Software Load Balancer and Gateway components.
6666

6767
For more information, see [Plan a Software Defined Network infrastructure](../concepts/plan-software-defined-networking-infrastructure-23h2.md). For details about the relevant config file to be used, see [Configuration sample files](#configuration-sample-files).
6868

@@ -164,7 +164,7 @@ The following other parameters are used by Gateway VMs only. Leave these values
164164
165165
### Settings for tenant overlay networks
166166

167-
The following parameters are used if you are deploying and managing overlay virtualized networks for tenants. If you're using Network Controller to manage traditional VLAN networks instead, these values can be left blank.
167+
The following parameters are used if you're deploying and managing overlay virtualized networks for tenants. If you're using Network Controller to manage traditional VLAN networks instead, these values can be left blank.
168168

169169
- **PASubnet** - subnet for the Provider Address (PA) network
170170
- **PAVLANID** - VLAN ID for the PA network

azure-local/manage/sdn-express.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The files automatically install in the default PowerShell module directory: `C:\
6565

6666
## Edit the configuration file
6767

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.
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, based on whether you're deploying just the Network Controller component or also the Software Load Balancer and Gateway components.
6969

7070
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).
7171

@@ -147,15 +147,15 @@ Leave this section empty (`Gateways = @()`) if not deploying the Gateway compone
147147

148148
### Additional settings for SLB and Gateway
149149

150-
The following additional parameters are used by SLB and Gateway VMs. Leave these values empty if you are not deploying SLB or Gateway VMs:
150+
The following additional parameters are used by SLB and Gateway VMs. Leave these values empty if you're not deploying SLB or Gateway VMs:
151151

152152
- **SDNASN** - Autonomous System Number (ASN) used by SDN to peer with network switches
153153
- **RouterASN** - Gateway router ASN
154154
- **RouterIPAddress** - Gateway router IP address
155155
- **PrivateVIPSubnet** - virtual IP address (VIP) for the private subnet
156156
- **PublicVIPSubnet** - virtual IP address for the public subnet
157157

158-
The following additional parameters are only used by Gateway VMs. Leave these values blank if you are not deploying Gateway VMs:
158+
The following additional parameters are only used by Gateway VMs. Leave these values blank if you're not deploying Gateway VMs:
159159

160160
- **PoolName** - pool name used by all Gateway VMs
161161
- **GRESubnet** - VIP subnet for GRE (if using GRE connections)
@@ -167,7 +167,7 @@ The following additional parameters are only used by Gateway VMs. Leave these va
167167
168168
### Settings for tenant overlay networks
169169

170-
The following parameters are used if you are deploying and managing overlay virtualized networks for tenants. If you are using Network Controller to manage traditional VLAN networks instead, these values can be left blank.
170+
The following parameters are used if you're deploying and managing overlay virtualized networks for tenants. If you're using Network Controller to manage traditional VLAN networks instead, these values can be left blank.
171171

172172
- **PASubnet** - subnet for the Provider Address (PA) network
173173
- **PAVLANID** - VLAN ID for the PA network

0 commit comments

Comments
 (0)