Skip to content

Commit 1558e4e

Browse files
mscatyaovhorne
andauthored
Update articles/application-gateway/configure-keyvault-ps.md
Co-Authored-By: Vic <[email protected]>
1 parent 1a6f537 commit 1558e4e

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. 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.
69+
> The -EnableSoftDelete flag must be used for SSL termination to function properly. If you're configuring [Key Vault soft-delete through the Portal](../key-vault/key-vault-ovw-soft-delete.md#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)