Skip to content

Commit ac59654

Browse files
committed
Update headers
1 parent c249078 commit ac59654

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
@@ -23,7 +23,7 @@ Get started with the Azure Health De-identification client library for .NET to d
2323

2424
## Setting up
2525

26-
### Create a Deidentification service (preview)
26+
### Create a deidentification service (preview)
2727

2828
A de-identification service (preview) provides you with an endpoint URL. This endpoint url can be utilized as a Rest API or with an SDK.
2929

@@ -37,7 +37,7 @@ A de-identification service (preview) provides you with an endpoint URL. This en
3737
az resource create -g $RESOURCE_GROUP_NAME -n $DEID_SERVICE_NAME --resource-type microsoft.healthdataaiservices/deidservices --is-full-object -p "{\"identity\":{\"type\":\"SystemAssigned\"},\"properties\":{},\"location\":\"$REGION\"}"
3838
```
3939

40-
### Create an Azure Storage Account
40+
### Create an Azure Storage account
4141

4242
1. Install [Azure CLI](/cli/azure/install-azure-cli)
4343
1. Create an Azure Storage Account
@@ -47,7 +47,7 @@ A de-identification service (preview) provides you with an endpoint URL. This en
4747
az storage account create --name $STORAGE_ACCOUNT_NAME --resource-group $RESOURCE_GROUP_NAME --location $REGION
4848
```
4949

50-
### Authorize deidentification service (preview) on Storage Account
50+
### Authorize deidentification service (preview) on the Azure Storage account
5151

5252
- Give the de-identification service (preview) access to your storage account
5353

@@ -200,7 +200,7 @@ az role assignment delete --assignee $DEID_SERVICE_PRINCIPAL_ID --role "Storage
200200

201201
Ensure the permissions are given, and the Managed Identity for the de-identification service (preview) is set up properly.
202202

203-
See [Authorize deidentification service on Storage Account](#authorize-deidentification-service-preview-on-storage-account)
203+
See [Authorize deidentification service on Storage Account](#authorize-deidentification-service-preview-on-the-azure-storage-account)
204204

205205
### Job failed with status PartialFailed
206206

0 commit comments

Comments
 (0)