Skip to content

Commit e71e536

Browse files
authored
Merge pull request #116511 from vhorne/ag-kv
add note about kv name
2 parents 378f4d4 + 42535f1 commit e71e536

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
88
ms.topic: article
9-
ms.date: 02/27/2020
9+
ms.date: 05/26/2020
1010
ms.author: victorh
1111
---
1212

13-
# Configure TLS termination with Key Vault certificates by using Azure PowerShell
13+
# Configure TLS termination with Key Vault certificates using Azure PowerShell
1414

1515
[Azure Key Vault](../key-vault/general/overview.md) is a platform-managed secret store that you can use to safeguard secrets, keys, and TLS/SSL certificates. Azure Application Gateway supports integration with Key Vault for server certificates that are attached to HTTPS-enabled listeners. This support is limited to the Application Gateway v2 SKU.
1616

@@ -39,9 +39,11 @@ Select-AzSubscription -Subscription <your subscription>
3939
```azurepowershell
4040
$rgname = "KeyVaultTest"
4141
$location = "East US"
42-
$kv = "TestKeyVaultAppGw"
42+
$kv = "<your key vault name>"
4343
$appgwName = "AppGwKVIntegration"
4444
```
45+
> [!IMPORTANT]
46+
> The key vault name must be universally unique.
4547
4648
### Create a resource group and a user-managed identity
4749

0 commit comments

Comments
 (0)