Skip to content

Commit 937d941

Browse files
committed
change name to standard
1 parent a661a0f commit 937d941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ az group create \
3333
--location eastus
3434
```
3535

36-
## Create a virtual network with DDoS Protect plan enabled
36+
## Create a virtual network with DDoS Protection Standard enabled
3737

3838
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:
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ New-AzDdosProtectionPlan @ddosplan
5555

5656
### Create the virtual network
5757

58-
Create a virtual network with [New-AzVirtualNetwork](/powershell/module/az.network/new-azvirtualnetwork). This example creates a default virtual network named **myVNet** in the **EastUS** location with the DDoS Protection plan enabled:
58+
Create a virtual network with [New-AzVirtualNetwork](/powershell/module/az.network/new-azvirtualnetwork). This example creates a default virtual network named **myVNet** in the **EastUS** location with the DDoS Protection Standard enabled:
5959

6060
```azurepowershell-interactive
6161
$vnet = @{

0 commit comments

Comments
 (0)