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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,17 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 11/18/2022
8
+
ms.date: 11/22/2022
9
9
ms.author: jasteppe
10
10
---
11
11
12
12
# Quickstart: Deploy MedTech service with an Azure Resource Manager template
13
13
14
-
In this article, you'll learn how to deploy MedTech service in the Azure portal using an Azure Resource Manager (ARM) template. This ARM 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).
14
+
In this article, you'll learn how to deploy MedTech service in the Azure portal using an Azure Resource Manager (ARM) template. This ARM 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.
15
15
16
-
The ARM template used in this article is available from the [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/iotconnectors-with-iothub/) site using the **azuredeploy.json** file located on [GitHub](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/).
16
+
For more information about ARM templates, see [What are ARM templates?](../../azure-resource-manager/templates/overview.md).
17
+
18
+
The ARM template used in this article is available from the [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/iotconnectors/) site using the **azuredeploy.json** file located on [GitHub](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/).
17
19
18
20
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.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-08-new-ps-cli.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,19 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 11/18/2022
8
+
ms.date: 11/22/2022
9
9
ms.author: jasteppe
10
10
---
11
11
12
12
# Quickstart: Using Azure PowerShell and Azure CLI to deploy the MedTech service with Azure Resource Manager templates
13
13
14
-
In this article, you'll learn how to use Azure PowerShell and Azure CLI to deploy the MedTech service using an Azure Resource Manager (ARM) template. When you call the template from PowerShell or CLI, it provides automation that enables you to distribute your deployment to large numbers of developers. Using PowerShell or CLI allows for modifiable automation capabilities that will speed up your deployment configuration in enterprise environments. For more information about ARM templates, see [What are ARM templates?](./../../azure-resource-manager/templates/overview.md).
14
+
In this article, you'll learn how to use Azure PowerShell and Azure CLI to deploy the MedTech service using an Azure Resource Manager (ARM) template. When you call the template from PowerShell or CLI, it provides automation that enables you to distribute your deployment to large numbers of developers. Using PowerShell or CLI allows for modifiable automation capabilities that will speed up your deployment configuration in enterprise environments.
15
15
16
-
The ARM template used in this article is available from the [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/iotconnectors-with-iothub/) site using the **azuredeploy.json** file located on [GitHub](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/).
16
+
For more information about ARM templates, see [What are ARM templates?](./../../azure-resource-manager/templates/overview.md).
17
17
18
-
## Resources provided by the ARM template
18
+
The ARM template used in this article is available from the [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/iotconnectors/) site using the **azuredeploy.json** file located on [GitHub](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/).
19
+
20
+
## Resources provided by the Azure Resource Manager template
19
21
20
22
The ARM template will help you automatically configure and deploy the following resources. Each one can be modified to meet your deployment requirements.
21
23
@@ -51,7 +53,7 @@ Before you can begin, you need to have the following prerequisites if you're usi
51
53
52
54
- Use [Azure CLI](/cli/azure/install-azure-cli).
53
55
54
-
## Deploy MedTech service with the ARM template and Azure PowerShell
56
+
## Deploy MedTech service with the Azure Resource Manager template and Azure PowerShell
55
57
56
58
Complete the following five steps to deploy the MedTech service using Azure PowerShell:
57
59
@@ -98,7 +100,7 @@ Complete the following five steps to deploy the MedTech service using Azure Powe
98
100
> [!NOTE]
99
101
> If you want to run the Azure PowerShell commands locally, first enter `Connect-AzAccount` into your PowerShell command-line shell and enter your Azure credentials.
100
102
101
-
## Deploy MedTech service with the ARM template and Azure CLI
103
+
## Deploy MedTech service with the Azure Resource Manager template and Azure CLI
102
104
103
105
Complete the following five steps to deploy the MedTech service using Azure CLI:
0 commit comments