Skip to content

Commit d38d5d0

Browse files
committed
pr feedback
1 parent eb8b443 commit d38d5d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ an Azure Health Data Services de-identification service (preview).
2121
[!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
24-
**Deploy to Azure** button. The template will open in the Azure portal.
24+
**Deploy to Azure** button. The template opens in the Azure portal.
2525

2626
:::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

@@ -45,7 +45,7 @@ One Azure resource is defined in the template:
4545

4646
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.
4747
1. Save the template file as **azuredeploy.json** to your local computer.
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:
48+
1. Create a resource group in one of the supported regions for the de-identification service, replacing **\<deid-service-name\>** with the name you choose for your de-identification service:
4949
```azurecli
5050
az group create --name exampleRG --location eastus
5151

0 commit comments

Comments
 (0)