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-iot-connector-in-azure.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 10/20/2022
8
+
ms.date: 10/28/2022
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -15,7 +15,7 @@ MedTech service provides multiple methods for deploying it into an Azure Platfor
15
15
16
16
The different deployment methods are:
17
17
18
-
- Azure ARM Quickstart template with Deploy to Azure button
18
+
- Azure Resource Manager (ARM) Quickstart template with Deploy to Azure button
19
19
- Azure PowerShell and Azure CLI automation
20
20
- Manual deployment
21
21
@@ -33,13 +33,13 @@ For more information about Using an ARM template with Azure PowerShell and Azure
33
33
34
34
## Manual deployment
35
35
36
-
The manual deployment method uses Azure portal to implement each deployment task individually. There are no shortcuts. Because you'll be able to see all the details of how to complete the sequence of each task, this procedure can be beneficial if you need to customize or troubleshoot your deployment process. This is the most complex method, but it provides valuable technical information and developmental options that will enable you to fine-tune your deployment precisely.
36
+
The manual deployment method uses the Azure portal to implement each deployment task individually. Using the manual deployment method will allow you to see all the details of how to complete the sequence of each deployment task. The manual deployment method can be beneficial if you need to customize or troubleshoot your deployment process. The manual deployment is the most complex method, but it provides valuable technical information and developmental options that will enable you to fine-tune your deployment precisely.
37
37
38
38
For more information about manual deployment with portal, see [Overview of how to manually deploy the MedTech service using the Azure portal](deploy-03-new-manual.md).
39
39
40
40
## Deployment architecture overview
41
41
42
-
The following data-flow diagram outlines the basic steps of MedTech service deployment and shows how these steps fit together with its data processing procedures. This may help you analyze the options and determine which deployment method is best for you.
42
+
The following data-flow diagram outlines the basic steps of MedTech service deployment and shows how these steps fit together with its data processing procedures. These basic steps may help you analyze the options and determine which deployment method is best for you.
43
43
44
44
:::image type="content" source="media/iot-get-started/get-started-with-iot.png" alt-text="Diagram showing MedTech service architecture overview." lightbox="media/iot-get-started/get-started-with-iot.png":::
45
45
@@ -48,7 +48,7 @@ There are six different steps of the MedTech service PaaS. Only the first four a
48
48
### Step 1: Prerequisites
49
49
50
50
- Have an Azure subscription
51
-
- Create RBAC roles contributor and user access administrator or owner. This feature is automatically done in the QuickStart template method with the Deploy to Azure button, but it isn't included in manual or PowerShell/CLI method and need to be implemented individually.
51
+
- Create RBAC roles contributor and user access administrator or owner. This feature is automatically done in the Quickstart template method with the Deploy to Azure button. It isn't included in the manual or PowerShell/CLI methods and needs to be implemented individually.
52
52
53
53
### Step 2: Provision
54
54
@@ -75,7 +75,7 @@ Each method must add **all** these post-deployment tasks:
75
75
- Connect to services using device and destination mapping.
76
76
- Use managed identity to grant access to the device message event hub.
77
77
- Use managed identity to grant access to the FHIR service, enabling FHIR to receive data from the MedTech service.
78
-
- Note: only the ARM QuickStart method requires a shared access key for post-deployment.
78
+
- Note: only the ARM Quickstart method requires a shared access key for post-deployment.
79
79
80
80
### Granting access to the device message event hub
0 commit comments