Skip to content

Commit 321a67b

Browse files
committed
fixes
1 parent 2960de4 commit 321a67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/private-link/create-private-link-service-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Create a DDoS Protection plan with [New-AzDdosProtectionPlan](/powershell/module
4040
$ddosplan = @{
4141
Name = 'myDDoSPlan'
4242
ResourceGroupName = 'CreatePrivateEndpointQS-rg'
43-
Location = 'EastUS'
43+
Location = 'eastus2'
4444
}
4545
New-AzDdosProtectionPlan @ddosplan
4646
```

0 commit comments

Comments
 (0)