Skip to content

Commit c2cfa54

Browse files
committed
edit pass: de-identification-service-articles
1 parent 5f2ff5a commit c2cfa54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/healthcare-apis/deidentification/quickstart-asynchronous-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: De-identify Multiple Documents with the De-identification Service in Python
2+
title: 'Tutorial: De-identify Multiple Documents with the De-identification Service in Python'
33
description: Learn how to bulk de-identify documents with the asynchronous de-identification service in Python.
44
author: LeaKass
55
ms.author: leakassab
@@ -12,14 +12,14 @@ ms.date: 10/23/2025
1212

1313
---
1414

15-
# De-identify multiple documents with the asynchronous de-identification service
15+
# Tutorial: De-identify multiple documents with the asynchronous de-identification service
16+
17+
In this tutorial, you learn how to configure and run the Azure Health Data Services de-identification service via the asynchronous (Batch) API.
1618

1719
The Azure Health Data Services de-identification service can de-identify documents in Azure Storage via an asynchronous job. If you have many documents that you want to de-identify, using a job is a good option. Jobs also provide consistent surrogation, which means that surrogate values in the de-identified output match across all documents. For more information about de-identification, including consistent surrogation, see [What is the de-identification service?](overview.md).
1820

1921
When you choose to store documents in Azure Blob Storage, you're charged based on Azure Storage pricing. This cost isn't included in the de-identification service pricing. For more information, see [Azure Blob Storage pricing](https://azure.microsoft.com/pricing/details/storage/blobs).
2022

21-
This tutorial covers how to configure and run the service via the asynchronous (Batch) API.
22-
2323
## Prerequisites
2424

2525
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)

0 commit comments

Comments
 (0)