Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.43 KB

batch-certificates.md

File metadata and controls

41 lines (29 loc) · 1.43 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author ms.custom
Using certificates - Azure Batch
Use certificates to enable authentication of applications
batch
.net
LauraBrenner
evansma
63d9d4f1-8521-4bbb-b95a-c4cad73692d3
batch
article
big-compute
02/17/2020
labrenne
seodec18

Using certificates with Batch

Currently the main reason to use certificates with Batch is if you have applications running in Pools that need to authenticate with an endpoint.

If you don't already have a certificate, you can create a self-signed certificate using the makecert command-line tool.

Upload certificates manually through the Azure portal

  1. From the Batch account you want to upload a certificate to, select Certificates and then select Add.

  2. Upload the certificate with a .pfx or .cer extension.

Once uploaded, the certificate is added to a list of certificates, and you can verify the thumbprint.

Now when you create a Batch pool, you can navigate to Certificates within the pool and assign the certificate you uploaded to that pool.

Next steps

Batch has a certificate API, AZ batch certificate create

For information on using Key Vault, see Securely access Key Vault with Batch.