Skip to content

Commit 1f68452

Browse files
Merge pull request #311917 from asudbring/tsk544795-sfi-ssh
Remove unnecessary Bastion resources from IP flow verify CLI quickstart
2 parents 6f1b6a1 + 7aad319 commit 1f68452

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/network-watcher/diagnose-vm-network-traffic-filtering-problem-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: quickstart
9-
ms.date: 09/23/2025
9+
ms.date: 02/17/2026
1010
ms.custom: devx-track-azurecli, mode-api
1111

1212
# Customer intent: As a system administrator, I want to diagnose network traffic filter issues on a virtual machine using an IP flow verification tool, so that I can identify and resolve security rules that are blocking communication.
@@ -55,11 +55,11 @@ In this section, you create a virtual network and a subnet in the East US region
5555
az network nsg create --name 'myVM-nsg' --resource-group 'myResourceGroup' --location 'eastus'
5656
```
5757
58-
1. Create a virtual machine using [az vm create](/cli/azure/vm#az-vm-create). When prompted, enter a username and password.
58+
1. Create a virtual machine using [az vm create](/cli/azure/vm#az-vm-create).
5959
6060
```azurecli-interactive
6161
# Create a Linux virtual machine using the latest Ubuntu 20.04 LTS image.
62-
az vm create --resource-group 'myResourceGroup' --name 'myVM' --location 'eastus' --vnet-name 'myVNet' --subnet 'mySubnet' --public-ip-address '' --nsg 'myVM-nsg' --image 'Canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest'
62+
az vm create --resource-group 'myResourceGroup' --name 'myVM' --location 'eastus' --vnet-name 'myVNet' --subnet 'mySubnet' --public-ip-address '' --nsg 'myVM-nsg' --image 'Canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest' --generate-ssh-keys
6363
```
6464
6565
## Test network communication using IP flow verify

0 commit comments

Comments
 (0)