Skip to content

Commit 67ae473

Browse files
ANPTA: Update application-gateway-end-to-end-ssl-powershell.md
Replace public IPs with ones in IETF RFC 5737
1 parent 9856ceb commit 67ae473

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)