Skip to content

Commit 57ffbbd

Browse files
committed
resolve conflict
1 parent e8d7b90 commit 57ffbbd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/azure-resource-manager/templates/key-vault-parameter.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
22
title: Key Vault secret with template
33
description: Shows how to pass a secret from a key vault as a parameter during deployment.
44
ms.topic: conceptual
5-
<<<<<<< HEAD
65
ms.date: 06/18/2021
76
ms.custom: devx-track-azurepowershell, devx-track-azurecli
8-
9-
=======
10-
ms.date: 05/07/2021
11-
ms.custom: devx-track-azurepowershell
12-
>>>>>>> 41c433564be63634b15b378304a7aaefe18616e6
137
---
148

159
# Use Azure Key Vault to pass secure parameter value during deployment
1610

1711
Instead of putting a secure value (like a password) directly in your template or parameter file, you can retrieve the value from an [Azure Key Vault](../../key-vault/general/overview.md) during a deployment. You retrieve the value by referencing the key vault and secret in your parameter file. The value is never exposed because you only reference its key vault ID.
1812

1913
> [!IMPORTANT]
20-
> This article focuses on how to pass a sensitive value as a template parameter. When the secret is passed as a parameter, the key vault can exist in a different subscription than the resource group you're deploying to.
14+
> This article focuses on how to pass a sensitive value as a template parameter. When the secret is passed as a parameter, the key vault can exist in a different subscription than the resource group you're deploying to.
2115
>
2216
> This article doesn't cover how to set a virtual machine property to a certificate's URL in a key vault. For a quickstart template of that scenario, see [Install a certificate from Azure Key Vault on a Virtual Machine](https://github.com/Azure/azure-quickstart-templates/tree/master/demos/vm-winrm-keyvault-windows).
2317

0 commit comments

Comments
 (0)