You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/openshift-prerequisites.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.devlang: na
14
14
ms.topic: article
15
15
ms.tgt_pltfrm: vm-linux
16
16
ms.workload: infrastructure
17
-
ms.date: 04/19/2019
17
+
ms.date: 06/14/2019
18
18
ms.author: haroldw
19
19
---
20
20
@@ -65,7 +65,7 @@ az group create --name keyvaultrg --location eastus
65
65
```
66
66
67
67
## 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.
69
69
70
70
The following example creates a key vault named *keyvault* in the *keyvaultrg* resource group:
0 commit comments