Skip to content

Commit e8d56b9

Browse files
author
Graham Thomas
committed
Acrolinx fixes
1 parent 8c25e04 commit e8d56b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/healthcare-apis/deidentification/quickstart-sdk-net.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ A de-identification service provides you with an endpoint URL. This endpoint url
3838
```
3939
### Assign RBAC Roles to the de-identification service
4040

41-
We need to assign a role to our deidentification service so we will have permissions to perform the actions in this quickstart.
41+
We need to assign a role to our deidentification service so we have permissions to perform the actions in this quickstart.
4242

43-
Since we will be using realtime and job endpoints, we will assign the `DeID Data Owner` roles.
43+
Since we are using realtime and job endpoints, we assign the `DeID Data Owner` roles.
4444

45-
To learn how to assign this role to your deidentification service, please refer to: [Manage access to the de-identification service with Azure role-based access control (RBAC) in Azure Health Data Services](manage-access-rbac.md)
45+
To learn how to assign this role to your deidentification service, refer to: [Manage access to the de-identification service with Azure role-based access control (RBAC) in Azure Health Data Services](manage-access-rbac.md)
4646

4747
### Create an Azure Storage account
4848

@@ -148,7 +148,7 @@ To create the job, we need the URL to the blob endpoint of the Azure Storage Acc
148148
az resource show -n $STORAGE_ACCOUNT_NAME -g $RESOURCE_GROUP_NAME --resource-type Microsoft.Storage/storageAccounts --query properties.primaryEndpoints.blob --output tsv
149149
```
150150

151-
Now we can create the job. This example uses `folder1/` as the prefix. The job will de-identify any document that matches this prefix and write the de-identified version with the `output_files/` prefix.
151+
Now we can create the job. This example uses `folder1/` as the prefix. The job de-identifies any document that matches this prefix and write the de-identified version with the `output_files/` prefix.
152152

153153
```csharp
154154
using Azure;

0 commit comments

Comments
 (0)