Skip to content

Commit c4f04d3

Browse files
authored
Merge pull request #123986 from RussellR-MSFT/patch-1
ANPTA: Update application-gateway-end-to-end-ssl-powershell.md
2 parents 6800aa8 + 67ae473 commit c4f04d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/application-gateway-end-to-end-ssl-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ All configuration items are set before creating the application gateway. The fol
130130
3. Configure the backend IP address pool with the IP addresses of the backend web servers. These IP addresses are the IP addresses that receive the network traffic that comes from the frontend IP endpoint. Replace the IP addresses in the sample with your own application IP address endpoints.
131131

132132
```powershell
133-
$pool = New-AzApplicationGatewayBackendAddressPool -Name 'pool01' -BackendIPAddresses 1.1.1.1, 2.2.2.2, 3.3.3.3
133+
$pool = New-AzApplicationGatewayBackendAddressPool -Name 'pool01' -BackendIPAddresses 203.0.113.1, 203.0.113.2, 203.0.113.3
134134
```
135135

136136
> [!NOTE]

0 commit comments

Comments
 (0)