Skip to content

Commit a3af0e7

Browse files
committed
More edits
1 parent bbf9eef commit a3af0e7

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
@@ -15,14 +15,20 @@ ms.author: jasteppe
1515
> [!NOTE]
1616
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
1717
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.
1919

20-
In this quickstart, you'll learn about these deployment methods:
20+
In this quickstart, learn about these deployment methods:
2121

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":::
2632

2733
## ARM template including an Azure Iot Hub using the Deploy to Azure button
2834

@@ -34,30 +40,24 @@ To learn more about deploying the MedTech service including an Azure IoT Hub usi
3440

3541
## ARM template using the Deploy to Azure button
3642

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.
3844

3945
[![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).
4046

4147
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).
4248

4349
## ARM template using Azure PowerShell or the Azure CLI
4450

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.
4652

4753
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).
4854

4955
## Manually in the Azure portal
5056

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.
5258

5359
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).
5460

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-
6161
> [!IMPORTANT]
6262
> 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.
6363
>

articles/healthcare-apis/iot/get-started.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ ms.custom: mode-api
1515
> [!NOTE]
1616
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
1717
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.
1919

2020
:::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":::
2121

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+
2225
## Subscription prerequisites
2326

2427
To begin the deployment, you need to determine if you have:
2528

2629
* 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.
2831

2932
If you already have the appropriate active subscription and Azure RBAC role assignments, you can skip this section.
3033

@@ -33,13 +36,6 @@ If you already have the appropriate active subscription and Azure RBAC role assi
3336

3437
## Deploy resources
3538

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-
4339
After you obtain the required subscription prerequisites, the first step is to deploy the MedTech service prerequisite resources:
4440

4541
* Azure resource group.
@@ -80,10 +76,14 @@ To learn about methods of deploying the MedTech service, see
8076
> [!div class="nextstepaction"]
8177
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
8278
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"]
8482
> [Overview of the MedTech service device mapping](overview-of-device-mapping.md)
8583
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"]
8787
> [Overview of the MedTech service FHIR destination mapping](overview-of-fhir-destination-mapping.md)
8888
8989
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

Comments
 (0)