Skip to content

Commit eb8b443

Browse files
committed
update
1 parent 79f901b commit eb8b443

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/healthcare-apis/deidentification/quickstart-arm.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ author: jovinson-ms
88
ms.author: jovinson
99
ms.topic: quickstart-arm
1010
ms.custom: subject-armqs
11-
ms.date: 11/04/2024
11+
ms.date: 11/11/2024
1212

1313
# 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.
1414
---
1515

16-
# Quickstart: Create a de-identification service (preview) using an ARM template
16+
# Quickstart: Deploy the de-identification service (preview) using an ARM template
1717

1818
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create
1919
an Azure Health Data Services de-identification service (preview).
2020

21-
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
21+
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2222

2323
If your environment meets the prerequisites and you're familiar with using ARM templates, select the
2424
**Deploy to Azure** button. The template will open in the Azure portal.
2525

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":::
2727

2828
## Prerequisites
2929

@@ -33,19 +33,21 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3333

3434
## Review the template
3535

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/).
3737

3838
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.healthdataaiservices/deidentification-service-create/azuredeploy.json":::
3939

40-
- [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.
4143

4244
## Deploy the template
4345

4446
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.
4547
1. Save the template file as **azuredeploy.json** to your local computer.
4648
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:
4749
```azurecli
48-
az group create --name exampleRG --location westus3
50+
az group create --name exampleRG --location eastus
4951
5052
az deployment group create --resource-group exampleRG --template-file azuredeploy.json --parameters deidServiceName="<deid-service-name>"
5153
```
@@ -72,4 +74,6 @@ az group delete --name exampleRG
7274
For a step-by-step tutorial that guides you through the process of creating a template, see:
7375

7476
> [!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

Comments
 (0)