Skip to content

Commit 1a6f537

Browse files
committed
added soft delete retention period note for using keyvault
1 parent d386bdb commit 1a6f537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/configure-keyvault-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $certificate = Get-AzKeyVaultCertificate -VaultName $kv -Name "cert1"
6666
$secretId = $certificate.SecretId.Replace($certificate.Version, "")
6767
```
6868
> [!NOTE]
69-
> The -EnableSoftDelete flag must be used for SSL termination to function properly.
69+
> The -EnableSoftDelete flag must be used for SSL termination to function properly. If you're configuring [Key Vault soft-delete through Portal](https://docs.microsoft.com/azure/key-vault/key-vault-ovw-soft-delete#soft-delete-behavior), the retention period must be kept at 90 days, the default value. Application Gateway doesn't support a different retention period yet.
7070
7171
### Create a virtual network
7272

0 commit comments

Comments
 (0)