Skip to content

Commit 03e4030

Browse files
committed
Updates based on usage feedback
1 parent e499767 commit 03e4030

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

articles/healthcare-apis/iot/deploy-new-choose.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 1/5/2023
8+
ms.date: 1/10/2023
99
ms.author: jasteppe
1010
---
1111

@@ -16,27 +16,38 @@ The MedTech service provides multiple methods for deployment into Azure. Each de
1616
In this quickstart, you'll learn about these deployment methods:
1717

1818
> [!div class="checklist"]
19-
> - Azure Resource Manager template (ARM template) using the **Deploy to Azure** button.
19+
> - Azure Resource Manager template (ARM template) using a **Deploy to Azure** button.
20+
> - ARM template including an Azure Iot Hub using a **Deploy to Azure** button.
2021
> - ARM template using Azure PowerShell or the Azure CLI.
21-
> - Azure portal manually.
22+
> - Manually in the Azure portal.
2223
23-
## ARM template using the Deploy to Azure button
24+
## ARM template using a Deploy to Azure button
2425

25-
Using an ARM template with the **Deploy to Azure** button is an easy and fast deployment method because it automates the deployment, most configuration steps, and uses the Azure portal.
26+
Using an ARM template with a **Deploy to Azure** button is an easy and fast deployment method because it automates the deployment, most configuration steps, and uses the Azure portal.
2627

27-
To learn more about using an ARM template with the **Deploy to Azure button**, see [Deploy the MedTech service using an Azure Resource Manager template](deploy-new-arm.md).
28+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthcareapis%2Fworkspaces%2Fiotconnectors%2Fazuredeploy.json).
29+
30+
To learn more about deploying the MedTech service using an ARM template and a **Deploy to Azure button**, see [Deploy the MedTech service using an Azure Resource Manager template](deploy-new-arm.md).
31+
32+
## ARM template including an Azure Iot Hub using a Deploy to Azure button
33+
34+
Using an ARM template with a **Deploy to Azure** button is an easy and fast deployment method because it automates the deployment, most configuration steps, and uses the Azure portal.
35+
36+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthcareapis%2Fworkspaces%2Fiotconnectors-with-iothub%2Fazuredeploy.json)
37+
38+
To learn more about deploying the MedTech service including an Azure IoT Hub using an ARM template and a **Deploy to Azure button**, see [Receive device messages through Azure IoT Hub](device-data-through-iot-hub.md).
2839

2940
## ARM template using Azure PowerShell or the Azure CLI
3041

3142
Using an ARM template with Azure PowerShell or the Azure CLI is a more advanced deployment method. This deployment method can be useful for adding automation and repeatability so that you can scale and customize your deployments.
3243

33-
To learn more about using an ARM template with Azure PowerShell or the Azure CLI, see [Deploy the MedTech service using an Azure Resource Manager template and Azure PowerShell or the Azure CLI](deploy-new-powershell-cli.md).
44+
To learn more about deploying the MedTech service using an ARM template and Azure PowerShell or the Azure CLI, see [Deploy the MedTech service using an Azure Resource Manager template and Azure PowerShell or the Azure CLI](deploy-new-powershell-cli.md).
3445

35-
## Azure portal manually
46+
## Manually in the Azure portal
3647

3748
Using the Azure portal manual deployment will allow you to see the details of each deployment step. The manual deployment has many steps, but it provides valuable technical information that may be useful for customizing and troubleshooting your MedTech service.
3849

39-
To learn more about using a manual deployment with the Azure portal, see [Deploy the MedTech service manually using the Azure portal](deploy-new-manual.md).
50+
To learn more about deploying the MedTech service manually using the Azure portal, see [Deploy the MedTech service manually using the Azure portal](deploy-new-manual.md).
4051

4152
## Deployment architecture overview
4253

0 commit comments

Comments
 (0)