Skip to content

Commit 7324e02

Browse files
committed
fixed command text - line 38
1 parent 53e3794 commit 7324e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ az group create \
3535

3636
## Create a virtual network with DDoS Protection Standard enabled
3737

38-
Create a DDoS Protection plan with [New-AzDdosProtectionPlan](/powershell/module/az.network/new-azddosprotectionplan) to associate with the virtual network. This example creates a DDoS Protection plan named **myDDoSPlan** in the **EastUS** location:
38+
Create a DDoS Protection plan with [az network ddos-protection create](/cli/azure/network/ddos-protection#az-network-ddos-protection-create) to associate with the virtual network. This example creates a DDoS Protection plan named **myDDoSPlan** in the **EastUS** location:
3939

4040
```azurecli-interactive
4141
az network ddos-protection create \

0 commit comments

Comments
 (0)