Skip to content

Commit 2f2187e

Browse files
Merge pull request #312316 from asudbring/tsk556107-sfi-bastion
SFI security updates for diagnose-vm-network-traffic-filtering-problem-cli.md
2 parents 854b821 + b6709c7 commit 2f2187e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
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: 02/17/2026
9+
ms.date: 02/25/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,6 +55,9 @@ 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+
> [!NOTE]
59+
> The default rules of the network security group block all inbound access from the internet, including SSH. To connect to the virtual machine, use Azure Bastion. For more information, see [Quickstart: Deploy Azure Bastion with default settings](../bastion/quickstart-host-portal.md).
60+
5861
1. Create a virtual machine using [az vm create](/cli/azure/vm#az-vm-create).
5962
6063
```azurecli-interactive

0 commit comments

Comments
 (0)