Skip to content

Commit 33d3659

Browse files
committed
Merged main into live
2 parents 58d4e63 + 18b0e0f commit 33d3659

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/pipelines/release/key-vault-access.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Learn how to access a private key vault from your pipeline.
44
ms.author: rabououn
55
author: ramiMSFT
66
ms.date: 05/02/2024
7+
ms.service: azure-devops-pipelines
8+
ms.topic: tutorial
79
monikerRange: '>= azure-devops-2019'
810
zone_pivot_groups: key-vault-access-path
911
---
@@ -14,7 +16,14 @@ Azure Key Vault offers a secure solution for managing credentials such as keys,
1416

1517
In certain scenarios, organizations prioritize security by restricting access to key vaults exclusively to designated Azure virtual networks to ensure the highest level of security for critical applications.
1618

17-
This article will walk you through configuring your inbound access points to access and use a private key vault in your pipeline.
19+
In this tutorial, you will learn how to:
20+
21+
> [!div class="checklist"]
22+
>
23+
> - Create a service principal
24+
> - Create a service connection
25+
> - Configure your inbound access points
26+
> - Query a private Azure key vault from your pipeline
1827
1928
## Prerequisites
2029

@@ -331,7 +340,7 @@ This error message indicates that the key vault's public access has been disable
331340
Make sure you add your geography's IPV4 ranges to your key vault allowlist. See [Configure inbound access from Azure DevOps](#2---configure-inbound-access-from-azure-devops) for details.
332341
Alternatively, you can jump to [Dynamically allow Microsoft-hosted agent IP](#alternative-method---dynamically-allow-microsoft-hosted-agent-ip) to learn how to add your client IP to the key vault's firewall during runtime.
333342

334-
## Related articles
343+
## Related content
335344

336345
- [Manage service connections](../library/service-endpoints.md)
337346
- [Library & shared resources](../library/index.md)

0 commit comments

Comments
 (0)