Skip to content

Commit abacd9c

Browse files
committed
Merge branch 'caya-appgw-updates' of github.com:mscatyao/azure-docs-pr into caya-appgw-updates
2 parents 55e2da1 + 1558e4e commit abacd9c

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)