Skip to content

Commit 8c4f7d3

Browse files
authored
updating to add note about -EnableSoftDelete flag
1 parent d606bf9 commit 8c4f7d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ $certificate = Add-AzKeyVaultCertificate -VaultName $kv -Name "cert1" -Certifica
6565
$certificate = Get-AzKeyVaultCertificate -VaultName $kv -Name "cert1"
6666
$secretId = $certificate.SecretId.Replace($certificate.Version, "")
6767
```
68+
> [!NOTE]
69+
> The -EnableSoftDelete flag must be used for SSL termination to function properly.
6870
6971
### Create a virtual network
7072

0 commit comments

Comments
 (0)