Skip to content

Commit cbfd49b

Browse files
quickstart-python.md #2
1 parent 8418b28 commit cbfd49b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-health-data-services
66
ms.subservice: deidentification-service
77
author: kimiamavon
88
ms.author: kimiamavon
9-
ms.topic: quickstart-python
9+
ms.topic: quickstart
1010
ms.date: 04/10/2025
1111
---
1212

@@ -19,7 +19,7 @@ In this quickstart, you deploy an instance of the de-identification service in y
1919
- If you don't have an Azure account, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- An Azure subscription with write permissions
2121
- Python 3.8 or later
22-
- The Azure azure-health-deidentification [Python package](https://learn.microsoft.com/en-us/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
22+
- The Azure azure-health-deidentification [Python package](https://learn.microsoft.com/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
2323

2424

2525
## Create a Resource
@@ -48,7 +48,7 @@ In the **Basics** tab, you provide basic information for your de-identification
4848
| Name | Name your de-identification service. |
4949
| Location | Select a supported Azure region. |
5050

51-
Supported regions are located [here.](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/table)
51+
Supported regions are located [here.](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table)
5252

5353
After you complete the configuration, you can deploy the de-identification service.
5454

@@ -69,14 +69,14 @@ Now that the resource is deployed, you will need to assign yourself as an owner
6969

7070
## Install the package
7171

72-
Install the Azure Health Deidentification client library for Python. More information is available [here.](https://learn.microsoft.com/en-us/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
72+
Install the Azure Health Deidentification client library for Python. More information is available [here.](https://learn.microsoft.com/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
7373

7474
```Bash
7575
python -m pip install azure-health-deidentification
7676
```
7777

78-
## Install the package
79-
In terminal, [login to Microsoft azure.](https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli)
78+
## Test the service
79+
In terminal, [login to Microsoft azure.](https://learn.microsoft.com/cli/azure/authenticate-azure-cli)
8080
Now, write “python” to open a python shell and paste the following code.
8181
Be sure to replace your Service URL with the URL you noted when creating a resource.
8282
You can also change the operation type between REDACT, TAG, or SURROGATE.

0 commit comments

Comments
 (0)