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
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.
25
25
26
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
@@ -45,7 +45,7 @@ One Azure resource is defined in the template:
45
45
46
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.
47
47
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:
49
49
```azurecli
50
50
az group create --name exampleRG --location eastus
0 commit comments