@@ -23,7 +23,7 @@ Get started with the Azure Health De-identification client library for .NET to d
23
23
24
24
## Setting up
25
25
26
- ### Create a Deidentification service (preview)
26
+ ### Create a deidentification service (preview)
27
27
28
28
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.
29
29
@@ -37,7 +37,7 @@ A de-identification service (preview) provides you with an endpoint URL. This en
37
37
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 \" }"
38
38
```
39
39
40
- # ## Create an Azure Storage Account
40
+ # ## Create an Azure Storage account
41
41
42
42
1. Install [Azure CLI](/cli/azure/install-azure-cli)
43
43
1. Create an Azure Storage Account
@@ -47,7 +47,7 @@ A de-identification service (preview) provides you with an endpoint URL. This en
47
47
az storage account create --name $STORAGE_ACCOUNT_NAME --resource-group $RESOURCE_GROUP_NAME --location $REGION
48
48
` ` `
49
49
50
- # ## Authorize deidentification service (preview) on Storage Account
50
+ # ## Authorize deidentification service (preview) on the Azure Storage account
51
51
52
52
- Give the de-identification service (preview) access to your storage account
53
53
@@ -200,7 +200,7 @@ az role assignment delete --assignee $DEID_SERVICE_PRINCIPAL_ID --role "Storage
200
200
201
201
Ensure the permissions are given, and the Managed Identity for the de-identification service (preview) is set up properly.
202
202
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)
204
204
205
205
# ## Job failed with status PartialFailed
206
206
0 commit comments