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-02-new-button.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 10/10/2022
8
+
ms.date: 10/28/2022
9
9
ms.author: jasteppe
10
10
---
11
11
12
12
# Deploy the MedTech service with an Azure Resource Manager Quickstart template
13
13
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).
15
15
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.
17
17
18
18
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:
19
19
@@ -25,15 +25,15 @@ In order to begin deployment, you need to have the following prerequisites:
25
25
26
26
- 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).
27
27
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.
29
29
30
30
## Deploy to Azure button
31
31
32
32
Next, you need to select the ARM template **Deploy to Azure** button here:
33
33
34
34
[](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).
35
35
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.
37
37
38
38
After you select the **Deploy to Azure** button, it may take a few minutes to implement the following resources and roles:
39
39
@@ -73,7 +73,7 @@ When the Azure portal screen appears, your next task is to fill out five fields
73
73
74
74
Don't change the **Device Mapping** and **Destination Mapping** default values at this time.
75
75
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.
77
77
78
78
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.
79
79
@@ -100,13 +100,13 @@ Now that the MedTech service is successfully deployed, there are three post-depl
100
100
101
101
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
102
102
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)
105
105
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)
108
108
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)
111
111
112
112
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-03-new-manual.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 10/10/2022
8
+
ms.date: 10/28/2022
9
9
ms.author: jasteppe
10
10
---
11
11
12
12
# How to manually deploy MedTech service using the Azure portal
13
13
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.
15
15
16
16
The explanation of MedTech service manual deployment using the Azure portal is divided into three parts that cover each of key tasks required:
17
17
18
18
- 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))
21
21
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.
23
23
24
24
## Part 1: Prerequisites
25
25
@@ -37,11 +37,11 @@ The first thing you need to do is determine if you have a valid Azure subscripti
37
37
38
38
## Deploy a resource group in the Azure portal
39
39
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.
41
41
42
42
## Deploy a workspace in Azure Health Data Services
43
43
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:
45
45
46
46
1. Fill in the resource group you want to use or create a new one.
47
47
@@ -53,13 +53,13 @@ The first resource you must create is a workspace to contain your Azure Health D
53
53
54
54
5. Choose whether you want a public or private endpoint.
55
55
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.
57
57
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.
59
59
60
60
8. Select the Create button to deploy your workspace.
61
61
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:
63
63
64
64
- "Your deployment is complete"
65
65
- Deployment name
@@ -68,7 +68,7 @@ After a short delay, you will start to see information about your new workspace.
68
68
69
69
## Deploy an event hub in the Azure portal using a namespace
70
70
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.
72
72
73
73
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).
74
74
@@ -92,9 +92,9 @@ After your prerequisites are successfully completed, you can go on to Part 2: Co
92
92
93
93
## Next steps
94
94
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
96
96
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)
99
99
100
100
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