Skip to content

Commit 7f0a3bb

Browse files
authored
Merge pull request #220459 from msjasteppe/quick-edits-deploy
Minor edits and formatting.
2 parents e7eb706 + faabdd6 commit 7f0a3bb

File tree

5 files changed

+45
-54
lines changed

5 files changed

+45
-54
lines changed

articles/healthcare-apis/iot/deploy-new-bicep-powershell-cli.md

Lines changed: 9 additions & 12 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: 12/04/2022
8+
ms.date: 12/05/2022
99
ms.author: jasteppe
1010
---
1111

@@ -93,11 +93,6 @@ Complete the following five steps to deploy the MedTech service using Azure Powe
9393

9494
For example: `New-AzResourceGroupDeployment -ResourceGroupName BicepTestDeployment -TemplateFile main.bicep -basename abc123 -location southcentralus`
9595

96-
> [!IMPORTANT]
97-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
98-
>
99-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
100-
10196
## Deploy the MedTech service with the Bicep file and the Azure CLI
10297

10398
Complete the following five steps to deploy the MedTech service using the Azure CLI:
@@ -145,11 +140,6 @@ Complete the following five steps to deploy the MedTech service using the Azure
145140

146141
For example: `az deployment group create --resource-group BicepTestDeployment --template-file main.bicep --parameters basename=abc location=southcentralus`
147142

148-
> [!IMPORTANT]
149-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
150-
>
151-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-05-new-config.md#destination-properties).
152-
153143
## Review deployed resources and access permissions
154144

155145
When deployment is completed, the following resources and access roles are created in the Bicep file deployment:
@@ -169,6 +159,11 @@ When deployment is completed, the following resources and access roles are creat
169159
- For the device message event hub, the Azure Events Hubs Data Receiver role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the device message event hub.
170160

171161
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
162+
163+
> [!IMPORTANT]
164+
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
165+
>
166+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
172167
173168
## Post-deployment mappings
174169

@@ -203,7 +198,9 @@ For example: `az group delete --resource-group BicepTestDeployment`
203198
204199
## Next steps
205200

206-
In this quickstart, you learned how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file. To learn more about other methods of deploying the MedTech service, see
201+
In this quickstart, you learned how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file.
202+
203+
To learn more about other methods of deploying the MedTech service, see
207204

208205
> [!div class="nextstepaction"]
209206
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)

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

Lines changed: 9 additions & 7 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: 12/04/2022
8+
ms.date: 12/05/2022
99
ms.author: jasteppe
1010
---
1111

@@ -65,11 +65,6 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
6565

6666
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-deploy-quickstart-options.png" alt-text="Screenshot of Azure portal page displaying deployment options for the Azure Health Data Service MedTech service." lightbox="media\iot-deploy-quickstart-in-portal\iot-deploy-quickstart-options.png":::
6767

68-
> [!IMPORTANT]
69-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
70-
>
71-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
72-
7368
2. To validate your configuration, select **Review + create**.
7469

7570
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-review-and-create-button.png" alt-text="Screenshot that shows the Review + create button selected in the Azure portal.":::
@@ -106,6 +101,11 @@ When deployment is completed, the following resources and access roles are creat
106101

107102
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
108103

104+
> [!IMPORTANT]
105+
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
106+
>
107+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
108+
109109
## Post-deployment mappings
110110

111111
After you've successfully deployed an instance of the MedTech service, you'll still need to provide conforming and valid device and FHIR destination mappings.
@@ -116,7 +116,9 @@ After you've successfully deployed an instance of the MedTech service, you'll st
116116

117117
## Next steps
118118

119-
In this quickstart, you learned how deploy the MedTech service in the Azure portal using an ARM template with a **Deploy to Azure** button. To learn more about other methods of deploying the MedTech service, see
119+
In this quickstart, you learned how to deploy an instance of the MedTech service in the Azure portal using an ARM template with a **Deploy to Azure** button.
120+
121+
To learn more about other methods of deploying the MedTech service, see
120122

121123
> [!div class="nextstepaction"]
122124
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)

articles/healthcare-apis/iot/deploy-new-powershell-cli.md

Lines changed: 11 additions & 14 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: 12/04/2022
8+
ms.date: 12/05/2022
99
ms.author: jasteppe
1010
---
1111

@@ -86,11 +86,6 @@ Complete the following five steps to deploy the MedTech service using Azure Powe
8686

8787
For example: `New-AzResourceGroupDeployment -ResourceGroupName ArmTestDeployment -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/azuredeploy.json -basename abc123 -location southcentralus`
8888

89-
> [!IMPORTANT]
90-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
91-
>
92-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
93-
9489
## Deploy the MedTech service with the Azure Resource Manager template and the Azure CLI
9590

9691
Complete the following five steps to deploy the MedTech service using the Azure CLI:
@@ -138,11 +133,6 @@ Complete the following five steps to deploy the MedTech service using the Azure
138133

139134
For example: `az deployment group create --resource-group ArmTestDeployment --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/azuredeploy.json --parameters basename=abc123 location=southcentralus`
140135

141-
> [!IMPORTANT]
142-
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
143-
>
144-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-05-new-config.md#destination-properties).
145-
146136
## Review deployed resources and access permissions
147137

148138
When deployment is completed, the following resources and access roles are created in the ARM template deployment:
@@ -163,6 +153,11 @@ When deployment is completed, the following resources and access roles are creat
163153

164154
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
165155

156+
> [!IMPORTANT]
157+
> In this quickstart, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
158+
>
159+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
160+
166161
## Post-deployment mappings
167162

168163
After you've successfully deployed an instance of the MedTech service, you'll still need to provide conforming and valid device and FHIR destination mappings.
@@ -196,15 +191,17 @@ For example: `az group delete --resource-group ArmTestDeployment`
196191
197192
## Next steps
198193

199-
In this quickstart, you learned how to use Azure PowerShell or Azure CLI to deploy an instance of the MedTech service using an ARM template. To learn more about other methods of deploying the MedTech service, see
194+
In this quickstart, you learned how to use Azure PowerShell or Azure CLI to deploy an instance of the MedTech service using an ARM template.
195+
196+
To learn more about other methods of deploying the MedTech service, see
200197

201198
> [!div class="nextstepaction"]
202199
> [Choose a deployment method for the MedTech service](deploy-iot-connector-in-azure.md)
203200
204201
> [!div class="nextstepaction"]
205-
> [Deploy the MedTech service using an Azure Resource Manager template](deploy-02-new-button.md)
202+
> [Deploy the MedTech service using an Azure Resource Manager template](deploy-new-button.md)
206203
207204
> [!div class="nextstepaction"]
208-
> [Deploy the MedTech service manually using the Azure portal](deploy-03-new-manual.md)
205+
> [Deploy the MedTech service manually using the Azure portal](deploy-new-manual.md)
209206
210207
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/device-data-through-iot-hub.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Receive device messages through Azure IoT Hub - Azure Health Data Services
3-
description: Learn how to deploy Azure IoT Hub with message routing to send device messages to the MedTech service in Azure Health Data Services. The tutorial uses an Azure Resource Manager template in the Azure portal and Visual Studio Code with the Azure IoT Hub extension.
3+
description: Learn how to deploy Azure IoT Hub with message routing to send device messages to the MedTech service in Azure Health Data Services. The tutorial uses an Azure Resource Manager template (ARM template) in the Azure portal and Visual Studio Code with the Azure IoT Hub extension.
44
services: healthcare-apis
55
author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: iomt
88
ms.topic: tutorial
9-
ms.date: 12/04/2022
9+
ms.date: 12/05/2022
1010
ms.author: jasteppe
1111
---
1212

@@ -78,16 +78,11 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
7878

7979
To learn how to get an Azure AD user object ID, see [Find the user object ID](/partner-center/find-ids-and-domain-names#find-the-user-object-id). The user object ID that's used in this tutorial is only an example. If you use this option, use your own user object ID or the object ID of another person who you want to be able to access the FHIR service.
8080

81-
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deploy-template-options.png" alt-text="Screenshot that shows deployment options for the MedTech service for Health Data Services in the Azure portal." lightbox="media\iot-hub-to-iot-connector\iot-deploy-template-options.png":::
82-
8381
- **Device Mapping**: Don't change the default values for this tutorial. The mappings are set in the template to send a device message to your IoT hub later in the tutorial.
8482

8583
- **Destination Mapping**: Don't change the default values for this tutorial. The mappings are set in the template to send a device message to your IoT hub later in the tutorial.
86-
87-
> [!IMPORTANT]
88-
> In this tutorial, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
89-
>
90-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-05-new-config.md#destination-properties).
84+
85+
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deploy-template-options.png" alt-text="Screenshot that shows deployment options for the MedTech service for Health Data Services in the Azure portal." lightbox="media\iot-hub-to-iot-connector\iot-deploy-template-options.png":::
9186

9287
2. To validate your configuration, select **Review + create**.
9388

@@ -105,11 +100,6 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
105100

106101
:::image type="content" source="media\iot-hub-to-iot-connector\iot-deployment-complete-banner.png" alt-text="Screenshot that shows a green checkmark and the message Your deployment is complete.":::
107102

108-
> [!IMPORTANT]
109-
> In this tutorial, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
110-
>
111-
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
112-
113103
## Review deployed resources and access permissions
114104

115105
When deployment is completed, the following resources and access roles are created in the template deployment:
@@ -133,9 +123,13 @@ When deployment is completed, the following resources and access roles are creat
133123
- For the device message event hub, the Azure Events Hubs Data Receiver role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the device message event hub.
134124

135125
- For the FHIR service, the FHIR Data Writer role is assigned in the [Access control section (IAM)](../../role-based-access-control/overview.md) of the FHIR service.
126+
127+
- Conforming and valid MedTech service [device](how-to-use-device-mappings.md) and [FHIR destination mappings](how-to-use-fhir-mappings.md).
136128

137-
> [!TIP]
138-
> Get detailed instructions to [manually deploy the MedTech service by using the Azure portal](deploy-new-manual.md).
129+
> [!IMPORTANT]
130+
> In this tutorial, the ARM template configures the MedTech service to operate in Create mode. A patient resource and a device resource are created for each device that sends data to your FHIR service.
131+
>
132+
> To learn more about the MedTech service resolution types Create and Lookup, see [Destination properties](deploy-new-config.md#destination-properties).
139133
140134
## Create a device and send a test message
141135

@@ -228,16 +222,17 @@ To learn how to get an Azure AD access token and view FHIR resources in your FHI
228222

229223
## Next steps
230224

231-
In this tutorial, you deployed an ARM template in the Azure portal, connected to your IoT hub in Azure IoT Hub, created a device, and sent a test message to your MedTech service.
225+
In this tutorial, you deployed an ARM template in the Azure portal, connected to your IoT hub in Azure IoT Hub, created a device, sent a test message, and reviewed your MedTech service metrics.
232226

233-
To learn how to configure device mappings:
227+
To learn more about other methods of deploying the MedTech service, see
234228

235229
> [!div class="nextstepaction"]
236-
> [How to configure device mappings](how-to-use-device-mappings.md)
230+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
237231

238-
To learn how to configure FHIR destination mappings:
232+
> [!div class="nextstepaction"]
233+
> [Deploy the MedTech service using an ARM template and Azure PowerShell or the Azure CLI](deploy-new-powershell-cli.md)
239234

240235
> [!div class="nextstepaction"]
241-
> [How to configure FHIR destination mappings](how-to-use-fhir-mappings.md)
236+
> [Deploy the MedTech service manually using Azure portal](deploy-new-manual.md)
242237

243238
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
-4.97 KB
Loading

0 commit comments

Comments
 (0)