Skip to content

Commit cd3fea6

Browse files
committed
Minor formatting and increasing Acrolinx scores
1 parent f23e7b0 commit cd3fea6

File tree

5 files changed

+69
-64
lines changed

5 files changed

+69
-64
lines changed

articles/healthcare-apis/iot/deploy-02-new-button.md

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

1212
# Deploy the MedTech service with an Azure Resource Manager Quickstart template
1313

14-
In this article, you'll learn how to deploy the MedTech service in the Azure portal using an Azure Resource Manager (ARM) Quickstart template. This template will be used with the **Deploy to Azure** button to make it easy to provide the information you need to automatically set up the infrastructure and configuration of your deployment. For more information about Azure ARM templates, see [What are ARM templates?](../../azure-resource-manager/templates/overview.md).
14+
In this article, you'll learn how to deploy the MedTech service in the Azure portal using an Azure Resource Manager (ARM) Quickstart template. This template will be used with the **Deploy to Azure** button to make it easy to provide the information you need to automatically create the infrastructure and configuration of your deployment. For more information about Azure Resource Manager (ARM) templates, see [What are ARM templates?](../../azure-resource-manager/templates/overview.md).
1515

16-
If you need to see a diagram with information on the MedTech service deployment, there is an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
16+
If you need to see a diagram with information on the MedTech service deployment, there's an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
1717

1818
There are four simple tasks you need to complete in order to deploy MedTech service with the ARM template **Deploy to Azure** button. They are:
1919

@@ -25,15 +25,15 @@ In order to begin deployment, you need to have the following prerequisites:
2525

2626
- Two resource providers registered with your Azure subscription: **Microsoft.HealthcareApis** and **Microsoft.EventHub**. To learn more about registering resource providers, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
2727

28-
When you've fulfilled these two prerequisites, you are ready to begin the second task.
28+
When you've fulfilled these two prerequisites, you're ready to begin the second task.
2929

3030
## Deploy to Azure button
3131

3232
Next, you need to select the ARM template **Deploy to Azure** button here:
3333

3434
[![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).
3535

36-
This button will call a template from the Azure ARM QuickStart template library to get information from your Azure subscription environment and begin deploying the MedTech service.
36+
This button will call a template from the Azure Resource Manager (ARM) Quickstart template library to get information from your Azure subscription environment and begin deploying the MedTech service.
3737

3838
After you select the **Deploy to Azure** button, it may take a few minutes to implement the following resources and roles:
3939

@@ -73,7 +73,7 @@ When the Azure portal screen appears, your next task is to fill out five fields
7373

7474
Don't change the **Device Mapping** and **Destination Mapping** default values at this time.
7575

76-
Select the **Review + create** button after all the fields are filled out. This will review your input and check to see if all your values are valid.
76+
Select the **Review + create** button after all the fields are filled out. This selection will review your input and check to see if all your values are valid.
7777

7878
When the validation is successful, select the **Create** button to begin the deployment. After a brief wait, a message will appear telling you that your deployment is complete.
7979

@@ -100,13 +100,13 @@ Now that the MedTech service is successfully deployed, there are three post-depl
100100

101101
In this article, you learned how to deploy the MedTech service in the Azure portal using a Quickstart ARM template with a **Deploy to Azure** button. To learn more about other methods of deployment, see
102102

103-
>[!div class="nextstepaction"]
104-
>[Choosing a method of deployment for MedTech service in Azure](deploy-iot-connector-in-azure.md)
103+
> [!div class="nextstepaction"]
104+
> [Choosing a method of deployment for MedTech service in Azure](deploy-iot-connector-in-azure.md)
105105
106-
>[!div class="nextstepaction"]
107-
>[How to manually deploy MedTech service with Azure portal](deploy-03-new-manual.md)
106+
> [!div class="nextstepaction"]
107+
> [How to manually deploy MedTech service with Azure portal](deploy-03-new-manual.md)
108108
109-
>[!div class="nextstepaction"]
110-
>[How to deploy MedTech service using an ARM template and Azure PowerShell or Azure CLI](deploy-08-new-ps-cli.md)
109+
> [!div class="nextstepaction"]
110+
> [How to deploy MedTech service using an ARM template and Azure PowerShell or Azure CLI](deploy-08-new-ps-cli.md)
111111
112112
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/iot/deploy-03-new-manual.md

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

1212
# How to manually deploy MedTech service using the Azure portal
1313

14-
You may prefer to manually deploy MedTech service if you need to track every step of the developmental process. This might be necessary if you have to customize or troubleshoot your deployment. Manual deployment will help you by providing all the details for implementing each task.
14+
You may prefer to manually deploy MedTech service if you need to track every step of the developmental process. Manual deployment might be necessary if you have to customize or troubleshoot your deployment. Manual deployment will help you by providing all the details for implementing each task.
1515

1616
The explanation of MedTech service manual deployment using the Azure portal is divided into three parts that cover each of key tasks required:
1717

1818
- Part 1: Prerequisites (see Prerequisites below)
19-
- Part 2: Configuration (see [Configure for manual deployment](./deploy-05-new-config.md))
20-
- Part 3: Deployment and Post Deployment (see [Manual deployment and post-deployment](./deploy-06-new-deploy.md))
19+
- Part 2: Configuration (see [Configure for manual deployment](deploy-05-new-config.md))
20+
- Part 3: Deployment and Post Deployment (see [Manual deployment and post-deployment](deploy-06-new-deploy.md))
2121

22-
If you need a diagram with information on the MedTech service deployment, there is an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
22+
If you need a diagram with information on the MedTech service deployment, there's an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
2323

2424
## Part 1: Prerequisites
2525

@@ -37,11 +37,11 @@ The first thing you need to do is determine if you have a valid Azure subscripti
3737

3838
## Deploy a resource group in the Azure portal
3939

40-
When you log in to your Azure account, go to Azure portal and select the Create a resource button. Then enter "Azure Health Data Services" in the "Search services and marketplace" box. This should take you to the Azure Health Data Services page.
40+
When you sign in to your Azure account, go to the Azure portal and select the **Create a resource** button. Enter "Azure Health Data Services" in the "Search services and marketplace" box. This step should take you to the Azure Health Data Services page.
4141

4242
## Deploy a workspace in Azure Health Data Services
4343

44-
The first resource you must create is a workspace to contain your Azure Health Data Services resources. Start by selecting Create from the Azure Health Data Services resource page. This will take you to the first page of Create Azure Health Data Services workspace, when you need to do the following 8 steps:
44+
The first resource you must create is a workspace to contain your Azure Health Data Services resources. Start by selecting Create from the Azure Health Data Services resource page. This step will take you to the first page of Create Azure Health Data Services workspace, when you need to do the following eight steps:
4545

4646
1. Fill in the resource group you want to use or create a new one.
4747

@@ -53,13 +53,13 @@ The first resource you must create is a workspace to contain your Azure Health D
5353

5454
5. Choose whether you want a public or private endpoint.
5555

56-
6. Create tags if you want to use them. They are optional.
56+
6. Create tags if you want to use them. They're optional.
5757

58-
7. When you are ready to continue, select the Review + create tab.
58+
7. When you're ready to continue, select the Review + create tab.
5959

6060
8. Select the Create button to deploy your workspace.
6161

62-
After a short delay, you will start to see information about your new workspace. Make sure you wait until all parts of the screen are displayed. If your initial deployment was successful, you should see:
62+
After a short delay, you'll start to see information about your new workspace. Make sure you wait until all parts of the screen are displayed. If your initial deployment was successful, you should see:
6363

6464
- "Your deployment is complete"
6565
- Deployment name
@@ -68,7 +68,7 @@ After a short delay, you will start to see information about your new workspace.
6868

6969
## Deploy an event hub in the Azure portal using a namespace
7070

71-
An event hub is the next prerequisite you need to create. It is important because it receives the data flow from a medical device and stores it there until MedTech can pick up the data and translate it into a FHIR service Observation resource. Because Internet propagation times are indeterminate, the event hub is needed to buffer the data and store it for as much as 24 hours before expiring.
71+
An event hub is the next prerequisite you need to create. It's an important step because the event hub receives the data flow from a device and stores it until the MedTech service picks up the device data. Once the MedTech service picks up the device data, it can begin the transformation of the device data into a FHIR service Observation resource. Because Internet propagation times are indeterminate, the event hub is needed to buffer the data and store it for as much as 24 hours before expiring.
7272

7373
Before you can create an event hub, you must create a namespace in Azure portal to contain it. For more information on how To create a namespace and an event hub, see [Azure Event Hubs namespace and event hub deployed in the Azure portal](../../event-hubs/event-hubs-create.md).
7474

@@ -92,9 +92,9 @@ After your prerequisites are successfully completed, you can go on to Part 2: Co
9292

9393
## Next steps
9494

95-
When you are ready to begin Part 2 of Manual Deployment, see
95+
When you're ready to begin Part 2 of Manual Deployment, see
9696

97-
>[!div class="nextstepaction"]
98-
>[Part 2: Configure the MedTech service for manual deployment using the Azure portal](deploy-05-new-config.md)
97+
> [!div class="nextstepaction"]
98+
> [Part 2: Configure the MedTech service for manual deployment using the Azure portal](deploy-05-new-config.md)
9999
100100
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/iot/deploy-05-new-config.md

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

@@ -17,11 +17,11 @@ Before you can manually deploy the MedTech service, you must complete the follow
1717

1818
Start with these three steps to begin configuring the MedTech service so it will be ready to accept your tabbed configuration input:
1919

20-
1. Start by going to the Health Data Services workspace you created in the manual deployment [Prerequisites](deploy-03-new-manual.md#part-1-prerequisites) section. Select the Create MedTech service box.
20+
1. Start by going to the Health Data Services workspace you created in the manual deployment [Prerequisites](deploy-03-new-manual.md#part-1-prerequisites) section. Select the **Create MedTech service** box.
2121

22-
2. This will take you to the Add MedTech service button. Select the button.
22+
2. This step will take you to the **Add MedTech service** button. Select the button.
2323

24-
3. This will take you to the Create MedTech service page. This page has five tabs you need to fill out:
24+
3. This step will take you to the **Create MedTech service** page. This page has five tabs you need to fill out:
2525

2626
- Basics
2727
- Device mapping
@@ -72,15 +72,15 @@ Follow these six steps to fill in the Basics tab configuration:
7272
>
7373
> - A MedTech service and a storage writer application accessing the same device message event hub.
7474
75-
The Basics tab should now look like this after you have filled it out:
75+
The Basics tab should now look like this after you've filled it out:
7676

7777
:::image type="content" source="media\iot-deploy-manual-in-portal\select-device-mapping-button.png" alt-text="Screenshot of Basics tab filled out correctly." lightbox="media\iot-deploy-manual-in-portal\select-device-mapping-button.png":::
7878

79-
You are now ready to select the Device mapping tab and begin setting up the connection from the medical device to MedTech service.
79+
You're now ready to select the Device mapping tab and begin setting up the connection from the medical device to MedTech service.
8080

8181
## Configure the Device mapping tab
8282

83-
You need to configure device mapping so that your instance of MedTech service can connect to the device you want to receive data from. This means that the data will be first sent to your event hub instance and then picked up by the MedTech service.
83+
You need to configure device mappings so that your instance of the MedTech service can normalize the incoming device data. The device data will first be sent to your event hub instance and then picked up by the MedTech service.
8484

8585
The easiest way to configure the Device mapping tab is to use the Internet of Medical Things (IoMT) Connector Data Mapper tool to visualize, edit, and test your device mapping. This open source tool is available from [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper).
8686

@@ -90,7 +90,7 @@ To begin configuring the device mapping tab, go to the Create MedTech service pa
9090

9191
2. Return to the Create MedTech service page. Enter the JSON code for the template you want to use into the **Device mapping** tab. After you enter the template code, the Device mapping code will be displayed on the screen.
9292

93-
3. If the Device code is correct, select the **Next: Destination >** tab to enter the destination properties you want to use with your MedTech service. Note that your device configuration data will be saved for this session.
93+
3. If the Device code is correct, select the **Next: Destination >** tab to enter the destination properties you want to use with your MedTech service. Your device configuration data will be saved for this session.
9494

9595
For more information regarding device mappings, see the relevant GitHub open source documentation at [Device Content Mapping](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md#device-content-mapping).
9696

@@ -130,11 +130,11 @@ Under the **Destination** tab, use these values to enter the destination propert
130130

131131
- **Create**
132132

133-
If you selected **Create**, and device or patient resources are missing when you are reading data, new resources will be created, containing just the identifier.
133+
If **Create** was selected, and device or patient resources are missing when you're reading data, new resources will be created, containing just the identifier.
134134

135135
- **Lookup**
136136

137-
If you selected **Lookup**, and device or patient resources are missing, an error will occur, and the data won't be processed. The errors **DeviceNotFoundException** and/or a **PatientNotFoundException** error will be generated, depending on the type of resource not found.
137+
If **Lookup** was selected, and device or patient resources are missing, an error will occur, and the data won't be processed. The errors **DeviceNotFoundException** and/or a **PatientNotFoundException** error will be generated, depending on the type of resource not found.
138138

139139
For more information regarding destination mapping, see the FHIR service GitHub documentation at [FHIR mapping](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md#fhir-mapping).
140140

@@ -147,13 +147,13 @@ Before you can complete the FHIR destination mapping, you must get a FHIR destin
147147
1. Go to the [IoMT Connector Data Mapper Tool](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) and get the JSON template for your FHIR destination.
148148
1. Go back to the Destination tab of the Create MedTech service page.
149149
1. Go to the large box below the boxes for FHIR server name, Destination name, and Resolution type. Enter the JSON template request in that box.
150-
1. You will then receive the FHIR Destination mapping code which will be saved as part of your configuration.
150+
1. You'll then receive the FHIR Destination mapping code, which will be saved as part of your configuration.
151151

152152
## Configure the Tags tab (optional)
153153

154-
Before you complete your configuration in the **Review + create** tab, you may want to configure tabs. You can do this by selecting the **Next: Tags >** tabs.
154+
Before you complete your configuration in the **Review + create** tab, you may want to configure tabs. You can do this step by selecting the **Next: Tags >** tabs.
155155

156-
Tags are name and value pairs used for categorizing resources. This an optional step you may have a lot of resources and want to sort them. For more information about tags, see [Use tags to organize your Azure resources and management hierarchy](../../azure-resource-manager/management/tag-resources.md).
156+
Tags are name and value pairs used for categorizing resources. This step is an optional step when you may have many resources and want to sort them. For more information about tags, see [Use tags to organize your Azure resources and management hierarchy](../../azure-resource-manager/management/tag-resources.md).
157157

158158
Follow these steps if you want to create tags:
159159

@@ -162,7 +162,7 @@ Follow these steps if you want to create tags:
162162
- Enter a **Name**.
163163
- Enter a **Value**.
164164

165-
2. Once you've entered your tag(s), you are ready to do the last step of your configuration.
165+
2. Once you've entered your tag(s), you're ready to do the last step of your configuration.
166166

167167
## Select the Review + create tab to validate your deployment request
168168

@@ -193,9 +193,9 @@ After your configuration is successfully completed, you can go on to Part 3: Dep
193193

194194
## Next steps
195195

196-
When you are ready to begin Part 3 of Manual Deployment, see
196+
When you're ready to begin Part 3 of Manual Deployment, see
197197

198-
>[!div class="nextstepaction"]
199-
>[Part 3: Manual deployment and post-deployment of MedTech service](deploy-06-new-deploy.md)
198+
> [!div class="nextstepaction"]
199+
> [Part 3: Manual deployment and post-deployment of MedTech service](deploy-06-new-deploy.md)
200200
201201
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)