Skip to content

Commit e75e71c

Browse files
authored
Merge pull request #79743 from haroldwongms/ocpupdate
clarification on keyvault
2 parents e9e843b + 003dcaa commit e75e71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/openshift-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure
17-
ms.date: 04/19/2019
17+
ms.date: 06/14/2019
1818
ms.author: haroldw
1919
---
2020

@@ -65,7 +65,7 @@ az group create --name keyvaultrg --location eastus
6565
```
6666

6767
## Create a key vault
68-
Create a key vault to store the SSH keys for the cluster with the [az keyvault create](/cli/azure/keyvault) command. The key vault name must be globally unique.
68+
Create a key vault to store the SSH keys for the cluster with the [az keyvault create](/cli/azure/keyvault) command. The key vault name must be globally unique and must be enabled for template deployment or the deployment will fail with "KeyVaultParameterReferenceSecretRetrieveFailed" error.
6969

7070
The following example creates a key vault named *keyvault* in the *keyvaultrg* resource group:
7171

0 commit comments

Comments
 (0)