Skip to content

Commit 3336fa9

Browse files
committed
Update secure cloud network tutorial with Bastion and Ubuntu VMs
1 parent b18b7dc commit 3336fa9

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

articles/firewall-manager/secure-cloud-network.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: firewall-manager
55
author: duau
66
ms.service: azure-firewall-manager
77
ms.topic: tutorial
8-
ms.date: 01/22/2026
8+
ms.date: 01/29/2026
99
ms.author: duau
1010
ms.custom: sfi-image-nochange
1111
---
@@ -366,34 +366,16 @@ So now you verified that the firewall application rule is working:
366366

367367
### Test the network rule
368368

369-
Now test the network rule by connecting from **Srv-Workload-01** to **Srv-Workload-02** using SSH and HTTP.
370-
371-
1. From the SSH session on **Srv-Workload-01**, note the private IP address of **Srv-Workload-02** (visible in the Azure portal under the VM's networking settings).
372-
373-
1. Test SSH connectivity to **Srv-Workload-02**:
374-
375-
```bash
376-
ssh azureuser@<Srv-Workload-02-private-IP>
377-
```
378-
379-
Type `yes` to accept the host key, then enter the connection. You may need to upload the private key for Srv-Workload-02 if using key-based authentication.
380-
381-
1. Exit the SSH session to Srv-Workload-02:
382-
383-
```bash
384-
exit
385-
```
369+
Now test the network rule by connecting from **Srv-Workload-01** to **Srv-Workload-02** using HTTP.
386370

387371
1. Test HTTP connectivity to the Nginx web server on **Srv-Workload-02**:
388372

389373
```bash
390374
curl http://<Srv-Workload-02-private-IP>
391375
```
392376

393-
You should see the HTML content `<h1>Srv-workload-02</h1>`, confirming the network rule allows HTTP traffic between spokes.
377+
You should see the status returned by the web server.
394378

395-
So now you verified that the firewall network rule is working:
396-
* You can connect a remote desktop to a server located in another virtual network.
397379

398380
## Clean up resources
399381

0 commit comments

Comments
 (0)