Skip to content

Commit a1c3824

Browse files
authored
Merge pull request #188360 from kylefoMSFT/patch-1
ANPTA: Edit to the "Azure ExpressRoute: Configure MACsec" doc
2 parents 432a9fe + ef7bd73 commit a1c3824

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" -EnableSoftDelete
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)