Skip to content

Commit 393d4c2

Browse files
authored
Removed CloudServiceConfiguration references
1 parent 5d34582 commit 393d4c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/batch/credential-access-key-vault.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
title: Use certificates and securely access Azure Key Vault with Batch
33
description: Learn how to programmatically access your credentials from Key Vault using Azure Batch.
44
ms.topic: how-to
5-
ms.date: 06/13/2024
5+
ms.date: 06/27/2024
66
ms.custom: devx-track-azurepowershell
77
---
88

99
# Use certificates to securely access Azure Key Vault with Batch
1010

1111
> [!WARNING]
1212
> Batch account certificates as detailed in this article are [deprecated](batch-certificate-migration-guide.md). To securely access Azure Key Vault, simply use [Pool managed identities](managed-identity-pools.md) with the appropriate access permissions configured for the user-assigned managed identity to access your Key Vault. If you need to provision certificates on Batch nodes, please utilize the available Azure Key Vault VM extension in conjunction with pool Managed Identity to install and manage certificates on your Batch pool. For more information on deploying certificates from Azure Key Vault with Managed Identity on Batch pools, see [Enable automatic certificate rotation in a Batch pool](automatic-certificate-rotation.md).
13-
>
14-
> `CloudServiceConfiguration` pools do not provide the ability to specify either Managed Identity or the Azure Key Vault VM extension, and these pools are [deprecated](https://azure.microsoft.com/updates/azure-batch-cloudserviceconfiguration-pools-will-be-retired-on-29-february-2024/). You should migrate to `VirtualMachineConfiguration` pools which provide the aforementioned alternatives.
1513
1614
In this article, you'll learn how to set up Batch nodes with certificates to securely access credentials stored in [Azure Key Vault](../key-vault/general/overview.md).
1715

0 commit comments

Comments
 (0)