Skip to content

Commit be43da0

Browse files
committed
removed public IPs and replaced with fake IP approved for docs
1 parent 7fc9240 commit be43da0

File tree

18 files changed

+3
-3
lines changed

18 files changed

+3
-3
lines changed
-26.1 KB
Loading
-102 KB
Loading
-1.81 KB
Loading
-1.78 KB
Loading
15.8 KB
Loading
-6.23 KB
Loading
15.9 KB
Loading
-5.71 KB
Loading

articles/nat-gateway/quickstart-create-nat-gateway-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In this section, you test the NAT gateway. You first discover the public IP of t
6060

6161
```output
6262
azureuser@vm-1:~$ curl ifconfig.me
63-
20.7.200.36
63+
203.0.113.0.25
6464
```
6565

6666
[!INCLUDE [portal-clean-up.md](~/reusable-content/ce-skilling/azure/includes/portal-clean-up.md)]

articles/nat-gateway/tutorial-hub-spoke-nat-firewall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Obtain the NAT gateway public IP address for verification of the steps later in
395395

396396
1. Select **public-ip-nat**.
397397

398-
1. Make note of value in **IP address**. The example used in this article is **20.225.88.213**.
398+
1. Make note of value in **IP address**. The example used in this article is **203.0.113.0.25**.
399399

400400
### Test NAT gateway from spoke
401401

@@ -417,7 +417,7 @@ Obtain the NAT gateway public IP address for verification of the steps later in
417417

418418
```output
419419
azureuser@vm-1:~$ curl ifconfig.me
420-
203.0.113.34
420+
203.0.113.0.25
421421
```
422422

423423
1. Close the Bastion connection to **vm-spoke**.

0 commit comments

Comments
 (0)