Skip to content

Commit 7da61d8

Browse files
committed
Content freshness - Traffic filter CLI
1 parent 4913646 commit 7da61d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ ms.custom: mvc, devx-track-azurecli, mode-api
2121

2222
# Quickstart: Diagnose a virtual machine network traffic filter problem - Azure CLI
2323

24-
In this quickstart, you deploy a virtual machine (VM), and then check communications to an IP address and URL and from an IP address. You determine the cause of a communication failure and how you can resolve it.
24+
In this quickstart, you deploy a virtual machine (VM) and then check communications to and from an IP address and to a URL. You determine the cause of a communication failure and how to resolve it.
2525

2626
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2727

2828
[!INCLUDE [azure-cli-prepare-your-environment.md](../../includes/azure-cli-prepare-your-environment.md)]
2929

30-
- This quickstart requires version 2.0 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
30+
- This quickstart requires version 2.0 or later of the Azure CLI. If you are using Azure Cloud Shell, the latest version is already installed.
3131

3232
- The Azure CLI commands in this quickstart are formatted to run in a Bash shell.
3333

@@ -39,7 +39,7 @@ Before you can create a VM, you must create a resource group to contain the VM.
3939
az group create --name myResourceGroup --location eastus
4040
```
4141

42-
Create a VM with [az vm create](/cli/azure/vm). If SSH keys do not already exist in a default key location, the command creates them. To use a specific set of keys, use the `--ssh-key-value` option. The following example creates a VM named *myVm*:
42+
Create a VM with [az vm create](/cli/azure/vm). If SSH keys don't already exist in a default key location, the command creates them. To use a specific set of keys, use the `--ssh-key-value` option. The following example creates a VM named *myVm*:
4343

4444
```azurecli-interactive
4545
az vm create \
@@ -49,7 +49,7 @@ az vm create \
4949
--generate-ssh-keys
5050
```
5151

52-
The VM takes a few minutes to create. Don't continue with remaining steps until the VM is created and the Azure CLI returns output.
52+
The VM takes a few minutes to create. Don't continue with the remaining steps until the VM is created and the Azure CLI returns output.
5353

5454
## Test network communication
5555

0 commit comments

Comments
 (0)