Skip to content

Commit e099858

Browse files
Fix capitalization in section headers 5
1 parent 9dd2e03 commit e099858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this quickstart, you deploy an instance of the de-identification service in y
2222
- The Azure azure-health-deidentification [Python package](https://learn.microsoft.com/python/api/overview/azure/health-deidentification-readme?view=azure-python-preview)
2323

2424

25-
## Create a Resource
25+
## Create a resource
2626

2727
To deploy an instance of the de-identification service, start at the Azure portal home page.
2828

@@ -57,7 +57,7 @@ After you complete the configuration, you can deploy the de-identification servi
5757

5858
Note your Subscription, Subscription ID, and Service URL.
5959

60-
## Set Role-based access control (RBAC)
60+
## Set role-based access control (RBAC)
6161

6262
Now that the resource is deployed, assign yourself as an owner using RBAC. To use the synchronous and asynchronous/Batch API, you need to be a DeID Data Owner. If you only need real-time or batch, you can assign yourself as a DeID Realtime Data User and/or DeID Batch Data Owner, respectively.
6363

@@ -111,7 +111,7 @@ else:
111111

112112
```
113113
114-
## Example Input & Output
114+
## Example input & output
115115
116116
| Input | Output |
117117
|----------------|---------|

0 commit comments

Comments
 (0)