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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Choose a deployment method for the MedTech service - Azure Health Data Services
3
-
description: In this article, you'll learn about the different methods for deploying the MedTech service.
3
+
description: In this article, learn about the different methods for deploying the MedTech service.
4
4
author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
@@ -15,14 +15,20 @@ ms.author: jasteppe
15
15
> [!NOTE]
16
16
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
17
17
18
-
The MedTech service provides multiple methods for deployment into Azure. Each deployment method has different advantages that will allow you to customize your deployment to suit your needs and use cases.
18
+
The MedTech service provides multiple methods for deployment into Azure. Each deployment method has different advantages allow you to customize your deployment to suit your needs and use cases.
19
19
20
-
In this quickstart, you'll learn about these deployment methods:
20
+
In this quickstart, learn about these deployment methods:
21
21
22
-
- Azure Resource Manager template (ARM template) including an Azure Iot Hub using the **Deploy to Azure** button.
23
-
- ARM template using the **Deploy to Azure** button.
24
-
- ARM template using Azure PowerShell or the Azure CLI.
25
-
- Manually in the Azure portal.
22
+
* Azure Resource Manager template (ARM template) including an Azure Iot Hub using the **Deploy to Azure** button.
23
+
* ARM template using the **Deploy to Azure** button.
24
+
* ARM template using Azure PowerShell or the Azure CLI.
25
+
* Manually in the Azure portal.
26
+
27
+
## Deployment overview
28
+
29
+
The following diagram outlines the basic steps of the MedTech service deployment. These basic steps may help you analyze the deployment options and determine which deployment method is best for you.
30
+
31
+
:::image type="content" source="media/get-started/get-started-with-medtech-service.png" alt-text="Diagram showing MedTech service deployment overview." lightbox="media/get-started/get-started-with-medtech-service.png":::
26
32
27
33
## ARM template including an Azure Iot Hub using the Deploy to Azure button
28
34
@@ -34,30 +40,24 @@ To learn more about deploying the MedTech service including an Azure IoT Hub usi
34
40
35
41
## ARM template using the Deploy to Azure button
36
42
37
-
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. The deployed MedTech service will still require conforming and valid device and FHIR destination mappings to be fully functional.
43
+
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. The deployed MedTech service requires conforming and valid device and FHIR destination mappings to be fully functional.
38
44
39
45
[](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).
40
46
41
47
To learn more about deploying the MedTech service using an ARM template and the **Deploy to Azure** button, see [Deploy the MedTech service using an Azure Resource Manager template](deploy-new-arm.md).
42
48
43
49
## ARM template using Azure PowerShell or the Azure CLI
44
50
45
-
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. The deployed MedTech service will still require conforming and valid device and FHIR destination mappings to be fully functional.
51
+
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. The deployed MedTech service requires conforming and valid device and FHIR destination mappings to be fully functional.
46
52
47
53
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).
48
54
49
55
## Manually in the Azure portal
50
56
51
-
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.
57
+
Using the Azure portal manual deployment allows 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.
52
58
53
59
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).
54
60
55
-
## Deployment overview
56
-
57
-
The following diagram outlines the basic steps of the MedTech service deployment and shows how these steps fit together with its data processing procedures. These basic steps may help you analyze the deployment options and determine which deployment method is best for you.
58
-
59
-
:::image type="content" source="media/get-started/get-started-with-medtech-service.png" alt-text="Diagram showing MedTech service deployment overview." lightbox="media/get-started/get-started-with-medtech-service.png":::
60
-
61
61
> [!IMPORTANT]
62
62
> If you're going to allow access from multiple services to the device message event hub, it is highly recommended that each service has its own event hub consumer group.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/get-started.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,19 @@ ms.custom: mode-api
15
15
> [!NOTE]
16
16
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
17
17
18
-
This article outlines the basic steps to get started with the MedTech service in the [Azure Health Data Services](../healthcare-apis-overview.md).
18
+
This article and diagram outlines the basic steps to get started with the MedTech service in the [Azure Health Data Services](../healthcare-apis-overview.md). These basic steps may help you analyze the MedTech service deployment options and determine which deployment method is best for you.
19
19
20
20
:::image type="content" source="media/get-started/get-started-with-medtech-service.png" alt-text="Diagram showing the MedTech service deployment overview." lightbox="media/get-started/get-started-with-medtech-service.png":::
21
21
22
+
> [!TIP]
23
+
> See the MedTech service article, [Quickstart: Choose a deployment method for the MedTech service](deploy-new-choose.md), for a description of the different deployment methods that can help to simply and automate the deployment of the MedTech service.
24
+
22
25
## Subscription prerequisites
23
26
24
27
To begin the deployment, you need to determine if you have:
25
28
26
29
* An active Azure subscription.
27
-
* Azure role-based access control (Azure RBAC) role assignments at the subscription level for deploying resources and granting access permissions. The roles required for you to complete the deployment are: **Contributor and User Access Administrator** or **Owner**. The **Contributor** role allows you to provision resources, and the **User Access Administrator** role allows you to grant access between resources. The **Owner** role can perform both actions.
30
+
* Azure role-based access control (Azure RBAC) role assignments at the subscription level for deploying resources and granting access permissions. The roles required for you to complete the deployment are: **Contributor and User Access Administrator** or **Owner**. The **Contributor** role allows you to deploy resources, and the **User Access Administrator** role allows you to grant access between resources. The **Owner** role can perform both actions.
28
31
29
32
If you already have the appropriate active subscription and Azure RBAC role assignments, you can skip this section.
30
33
@@ -33,13 +36,6 @@ If you already have the appropriate active subscription and Azure RBAC role assi
33
36
34
37
## Deploy resources
35
38
36
-
> [!TIP]
37
-
> See these MedTech service articles that will help to simply and automate the deployment of the MedTech service.
38
-
>
39
-
> *[Tutorial: Receive device messages through Azure IoT Hub](device-messages-through-iot-hub.md).
40
-
>
41
-
> *[Quickstart: Deploy the MedTech service using an Azure Resource Manager template](deploy-new-arm.md).
42
-
43
39
After you obtain the required subscription prerequisites, the first step is to deploy the MedTech service prerequisite resources:
44
40
45
41
* Azure resource group.
@@ -80,10 +76,14 @@ To learn about methods of deploying the MedTech service, see
80
76
> [!div class="nextstepaction"]
81
77
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
82
78
83
-
> For an overview of the MedTech service device mapping, see
79
+
For an overview of the MedTech service device mapping, see
80
+
81
+
> [!div class="nextstepaction"]
84
82
> [Overview of the MedTech service device mapping](overview-of-device-mapping.md)
85
83
86
-
> For an overview of the MedTech service FHIR destination mapping, see
84
+
For an overview of the MedTech service FHIR destination mapping, see
85
+
86
+
> [!div class="nextstepaction"]
87
87
> [Overview of the MedTech service FHIR destination mapping](overview-of-fhir-destination-mapping.md)
88
88
89
89
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
0 commit comments