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/quickstart-arm.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,22 @@ author: jovinson-ms
8
8
ms.author: jovinson
9
9
ms.topic: quickstart-arm
10
10
ms.custom: subject-armqs
11
-
ms.date: 11/04/2024
11
+
ms.date: 11/11/2024
12
12
13
13
# Customer intent: As a cloud administrator, I want a quick method to deploy an Azure resource for production environments or to evaluate the service's functionality.
14
14
---
15
15
16
-
# Quickstart: Create a de-identification service (preview) using an ARM template
16
+
# Quickstart: Deploy the de-identification service (preview) using an ARM template
17
17
18
18
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create
19
19
an Azure Health Data Services de-identification service (preview).
If your environment meets the prerequisites and you're familiar with using ARM templates, select the
24
24
**Deploy to Azure** button. The template will open in the Azure portal.
25
25
26
-
:::image type="content" source="~/articles/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthdataaiservices%2Fdeidentification-service-create%2Fazuredeploy.json":::
26
+
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthdataaiservices%2Fdeidentification-service-create%2Fazuredeploy.json":::
27
27
28
28
## Prerequisites
29
29
@@ -33,19 +33,21 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
33
33
34
34
## Review the template
35
35
36
-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates).
36
+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/deidentification-service-create/).
-[Microsoft.HealthDataAIServices/deidServices](/rest/api/health-controlplane/deid-services?view=rest-health-controlplane-2024-02-28-preview): Create a de-identification service.
40
+
One Azure resource is defined in the template:
41
+
42
+
-[Microsoft.HealthDataAIServices/deidServices](/azure/templates): Create a de-identification service.
41
43
42
44
## Deploy the template
43
45
44
46
Deploy the template using any standard method for [deploying an ARM template](../azure-resource-manager/templates/deploy-cli.md) such as the following example using Azure CLI.
45
47
1. Save the template file as **azuredeploy.json** to your local computer.
46
48
1. Create a resource group in one of the supported regions for the de-identificaation service, replacing **\<deid-service-name\>** with the name you choose for your de-identification service:
47
49
```azurecli
48
-
az group create --name exampleRG --location westus3
50
+
az group create --name exampleRG --location eastus
49
51
50
52
az deployment group create --resource-group exampleRG --template-file azuredeploy.json --parameters deidServiceName="<deid-service-name>"
51
53
```
@@ -72,4 +74,6 @@ az group delete --name exampleRG
72
74
For a step-by-step tutorial that guides you through the process of creating a template, see:
73
75
74
76
> [!div class="nextstepaction"]
75
-
> [Tutorial: Create and deploy your first ARM template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template)
77
+
> [Tutorial: Create and deploy your first ARM template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template)
78
+
79
+
-[Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
0 commit comments