Skip to content

Commit 2ec5181

Browse files
authored
Merge pull request #235315 from msjasteppe/update-get-started
Major update to Get Started
2 parents db519bd + fabe7b8 commit 2ec5181

File tree

9 files changed

+77
-160
lines changed

9 files changed

+77
-160
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template
88
ms.topic: quickstart
9-
ms.date: 03/10/2023
9+
ms.date: 04/20/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -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 architecture 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-iot.png" alt-text="Diagram showing MedTech service architecture overview." lightbox="media/get-started/get-started-with-iot.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/deploy-new-manual.md

Lines changed: 2 additions & 2 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: 03/10/2022
8+
ms.date: 04/19/2022
99
ms.author: jasteppe
1010
---
1111

@@ -22,7 +22,7 @@ The explanation of the MedTech service manual deployment using the Azure portal
2222
- Part 2: Configuration (see [Configure for manual deployment](deploy-new-config.md))
2323
- Part 3: Deployment and Post Deployment (see [Manual deployment and post-deployment](deploy-new-deploy.md))
2424

25-
If you need a diagram with information on the MedTech service deployment, there's an architecture overview at [Choose a deployment method](deploy-new-choose.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a FHIR Observation.
25+
If you need a diagram with information on the MedTech service deployment, there's an overview at [Choose a deployment method](deploy-new-choose.md#deployment-overview). This diagram shows the steps of deployment and how MedTech service processes device data into FHIR Observations.
2626

2727
## Part 1: Prerequisites
2828

0 commit comments

Comments
 (0)