Skip to content

Commit 1d4ef93

Browse files
authored
Merge pull request #105519 from LauraBrenner/laura-batch-certification-usage
Laura batch certification usage
2 parents 54925f3 + 933f4ac commit 1d4ef93

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

articles/batch/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
href: batch-aad-auth-management.md
9292
- name: Securely access Key Vault with Batch
9393
href: credential-access-key-vault.md
94+
95+
- name: Using certificates with Batch
96+
href: batch-certificates.md
97+
- name: Using application packages
98+
href: batch-application-packages.md
99+
94100
- name: Copy files and applications to pool nodes
95101
items:
96102
- name: Copying applications and data to pool nodes

articles/batch/batch-certificates.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Using certificates - Azure Batch
3+
description: Use certificates to enable authentication of applications
4+
services: batch
5+
documentationcenter: .net
6+
author: LauraBrenner
7+
manager: evansma
8+
editor: ''
9+
10+
ms.assetid: 63d9d4f1-8521-4bbb-b95a-c4cad73692d3
11+
ms.service: batch
12+
ms.topic: article
13+
ms.tgt_pltfrm:
14+
ms.workload: big-compute
15+
ms.date: 02/17/2020
16+
ms.author: labrenne
17+
ms.custom: seodec18
18+
19+
---
20+
# Using certificates with Batch
21+
22+
Currently the main reason to use certificates with Batch is if you have applications running in Pools that need to authenticate with an endpoint.
23+
24+
If you don't already have a certificate, you can create a self-signed certificate using the
25+
`makecert` command-line tool.
26+
27+
## Upload certificates manually through the Azure portal
28+
29+
1. From the Batch account you want to upload a certificate to, select **Certificates** and then select **Add**.
30+
31+
2. Upload the certificate with a .pfx or .cer extension.
32+
33+
Once uploaded, the certificate is added to a list of certificates, and you can verify the thumbprint.
34+
35+
Now when you create a Batch pool, you can navigate to Certificates within the pool and assign the certificate you uploaded to that pool.
36+
37+
## Next steps
38+
39+
Batch has a certificate API, [AZ batch certificate create](https://docs.microsoft.com/cli/azure/batch/certificate?view=azure-cli-latest#az-batch-certificate-create)
40+
41+
For information on using Key Vault, see [Securely access Key Vault with Batch](credential-access-key-vault.md).
44.8 KB
Loading

0 commit comments

Comments
 (0)