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 |
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.
-
From the Batch account you want to upload a certificate to, select Certificates and then select Add.
-
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.
Batch has a certificate API, AZ batch certificate create
For information on using Key Vault, see Securely access Key Vault with Batch.