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/iot/deploy-new-choose.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 1/5/2023
8
+
ms.date: 1/10/2023
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -16,27 +16,38 @@ The MedTech service provides multiple methods for deployment into Azure. Each de
16
16
In this quickstart, you'll learn about these deployment methods:
17
17
18
18
> [!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.
20
21
> - ARM template using Azure PowerShell or the Azure CLI.
21
-
> - Azure portal manually.
22
+
> -Manually in the Azure portal.
22
23
23
-
## ARM template using the Deploy to Azure button
24
+
## ARM template using a Deploy to Azure button
24
25
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.
26
27
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
+
[](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
+
[](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).
28
39
29
40
## ARM template using Azure PowerShell or the Azure CLI
30
41
31
42
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.
32
43
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).
34
45
35
-
## Azure portal manually
46
+
## Manually in the Azure portal
36
47
37
48
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.
38
49
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).
0 commit comments