You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/deidentification/languages-supported.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 10/23/2025
11
11
#customer intent: As a user of this service, I want to know what languages I can use for de-identification of patient data, so that I can improve privacy.
12
12
---
13
13
14
-
# Languages supported by the Azure Health Data Services de-identification service
14
+
# Language support for the Azure Health Data Services de-identification service
15
15
16
16
The Azure Health Data Services de-identification service currently works in four languages, and includes six language-locale pairings. To tag, redact, or replace unstructured textual data for purposes of de-identification, you can use the languages listed in the following table.
17
17
@@ -26,7 +26,7 @@ The Azure Health Data Services de-identification service currently works in four
26
26
27
27
The following table provides examples of inputs and outputs you can expect, according to the type of de-identification operation you want to do (such as redaction or surrogation).
| Redaction | en-US |`Kimberly Brown is a 34 y.o. female presenting with bilateral eye discomfort. Last seen by her PCP 2/6/2025 Dr. Orlo at Contoso Clinics Downtown Bellevue PCP`|`[patient] is a [age] y.o. female presenting with bilateral eye discomfort. Last seen by her PCP [date] [doctor] at [hospital] PCP.`|
32
32
| Redaction | fr-CA |`André, âgé de 45 ans, a été admis à l'Hôpital de Laval le 23 avril 2025 après une évaluation avec Dr Jeanne Dubuc.`|`[patient], âgé de [age], a été admis à l'[hospital] le [date] après une évaluation avec [doctor].`|
Copy file name to clipboardExpand all lines: articles/healthcare-apis/deidentification/reliability-health-data-services-deidentification.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ ms.date: 09/27/2024
12
12
13
13
# Reliability in the Azure Health Data Services de-identification service
14
14
15
-
This article describes reliability support in the de-identification service. For a more detailed overview of reliability principles in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
15
+
This article describes reliability support in the Azure Health Data Services de-identification service. For a more detailed overview of reliability principles in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
16
16
17
17
## Cross-region disaster recovery
18
18
19
19
[!INCLUDE [introduction to disaster recovery](~/reusable-content/ce-skilling/azure/includes/reliability/reliability-disaster-recovery-description-include.md)]
20
20
21
21
Each de-identification service is deployed to a single Azure region. If an entire region isn't available or performance is significantly degraded:
22
22
23
-
- The control plane functionality of Azure Resource Manager is limited to read-only during the outage. Your service metadata (such as resource properties) is always backed up outside of the region by Microsoft. After the outage is over, you can read and write to the control plane.
23
+
- The control plane functionality of Azure Resource Manager is limited to read-only during the outage. Microsoft always backs up your service metadata (such as resource properties) outside the region. After the outage is over, you can read and write to the control plane.
24
24
25
25
- All data plane requests, such as de-identification or job API requests, fail during the outage. No customer data is lost, but there's the potential for job progress metadata to be lost. After the outage is over, you can read and write to the data plane.
26
26
@@ -50,7 +50,7 @@ To complete this tutorial:
50
50
51
51
You need two instances of a de-identification service in different Azure regions for this tutorial. The tutorial uses the East US and West US 2 regions, but feel free to choose your own regions.
52
52
53
-
To make management and clean-up simpler, you use a single resource group for all resources in this tutorial. Consider using separate resource groups for each region/resource to further isolate your resources in a disaster recovery situation.
53
+
To make management and clean-up simpler, you use a single resource group for all resources in this tutorial. Consider using separate resource groups for each region or resource to further isolate your resources in a disaster recovery situation.
54
54
55
55
Run the following command to create your resource group.
56
56
@@ -64,7 +64,7 @@ Follow the steps at [Quickstart: Deploy the de-identification service](/azure/he
64
64
65
65
Note the service URL of each de-identification service. You need this information when you deploy Azure Front Door in the next step.
66
66
67
-
### Create a front door
67
+
### Create a deployment
68
68
69
69
A multiregion deployment can use an active-active or active-passive configuration. An active-active configuration distributes requests across multiple active regions. An active-passive configuration keeps running instances in the secondary region, but doesn't send traffic there unless the primary region fails.
70
70
@@ -75,7 +75,7 @@ You can enable these configurations in Azure Front Door. For more information on
75
75
You now create a profile in Azure Front Door to route traffic to your services. Run [`az afd profile create`](/cli/azure/afd/profile#az-afd-profile-create).
76
76
77
77
> [!NOTE]
78
-
> If you want to deploy Azure Front Door Standard instead of Premium, substitute the value of the `--sku` parameter with `Standard_AzureFrontDoor`. You can't deploy managed rules with a WAF policy if you choose the Standard tier. For a detailed comparison of the pricing tiers, see [Azure Front Door tier comparison](/azure/frontdoor/standard-premium/tier-comparison).
78
+
> If you want to deploy Azure Front Door Standard instead of Premium, substitute the value of the `--sku` parameter with `Standard_AzureFrontDoor`. You can't deploy managed rules with a web application firewall (WAF) policy if you choose the Standard tier. For a detailed comparison of the pricing tiers, see [Azure Front Door tier comparison](/azure/frontdoor/standard-premium/tier-comparison).
79
79
80
80
```azurecli-interactive
81
81
az afd profile create --profile-name myfrontdoorprofile --resource-group my-deid --sku Premium_AzureFrontDoor
|`supported-protocols`|`Https`|List of supported protocols for this route. |
163
163
|`link-to-default-domain`|`Enabled`|Whether this route is linked to the default endpoint domain. |
164
164
165
-
Allow about 15 minutes for this step to complete. It takes some time for this change to propagate globally. After this period, your Azure Front Door is fully functional.
165
+
Allow about 15 minutes for this step to finish. It takes some time for this change to propagate globally. After this period, your Azure Front Door profile is fully functional.
166
166
167
-
### Test the front door
167
+
### Test the profile
168
168
169
-
When you create the Azure Front Door profile, it takes a few minutes for the configuration to be deployed globally. After this period, you can access the host you created.
169
+
When you create the Azure Front Door profile, it takes a few minutes for the configuration to be deployed globally. After this period, you can access the host that you created.
170
170
171
171
To get the host name of the Azure Front Door endpoint, run [`az afd endpoint show`](/cli/azure/afd/endpoint#az-afd-endpoint-show). It looks like `abddefg.azurefd.net`.
172
172
@@ -203,7 +203,7 @@ In the preceding steps, you created Azure resources in a resource group. If you
203
203
az group delete --name my-deid
204
204
```
205
205
206
-
This command might take a few minutes to complete.
0 commit comments