Skip to content

Commit ef7bd73

Browse files
authored
Update expressroute-howto-macsec.md
1 parent 2798b8c commit ef7bd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/expressroute/expressroute-howto-macsec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To start the configuration, sign in to your Azure account and select the subscri
4242

4343
```azurepowershell-interactive
4444
New-AzResourceGroup -Name "your_resource_group" -Location "resource_location"
45-
$keyVault = New-AzKeyVault -Name "your_key_vault_name" -ResourceGroupName "your_resource_group" -Location "resource_location" -SoftDeleteRetentionInDays 90
45+
$keyVault = New-AzKeyVault -Name "your_key_vault_name" -ResourceGroupName "your_resource_group" -Location "resource_location" -SoftDeleteRetentionInDays 90
4646
```
4747
4848
If you already have a key vault or a resource group, you can reuse them. However, it is critical that you enable the [**soft-delete** feature](../key-vault/general/soft-delete-overview.md) on your existing key vault. If soft-delete is not enabled, you can use the following commands to enable it:

0 commit comments

Comments
 (0)