Skip to content

Commit 833ebee

Browse files
Merge pull request #219857 from msjasteppe/deploy-updates
Update to deployment articles
2 parents 5113431 + 7bf8ae5 commit 833ebee

11 files changed

+263
-255
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,10 @@
554554
"redirect_url": "/azure/healthcare-apis/iot/how-to-use-iot-jsonpath-content-mappings",
555555
"redirect_document_id": false
556556
},
557+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-08-new-ps-cli.md",
558+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-powershell-cli",
559+
"redirect_document_id": false
560+
},
557561
{ "source_path_from_root": "/articles/healthcare-apis/events/events-display-metrics.md",
558562
"redirect_url": "/azure/healthcare-apis/events/events-use-metrics",
559563
"redirect_document_id": false

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Deploy MedTech service with an Azure Resource Manager (ARM) template - Azure Health Data Services
3-
description: In this article, you'll learn how to deploy MedTech service in the Azure portal using an Azure Resource Manager (ARM) template.
2+
title: Deploy the MedTech service using an Azure Resource Manager template - Azure Health Data Services
3+
description: In this article, you'll learn how to deploy the MedTech service using an Azure Resource Manager template.
44
author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 11/22/2022
8+
ms.date: 11/29/2022
99
ms.author: jasteppe
1010
---
1111

12-
# Quickstart: Deploy MedTech service with an Azure Resource Manager template
12+
# Quickstart: Deploy the MedTech service using an Azure Resource Manager template
1313

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.
14+
In this article, you'll learn how to deploy the MedTech service in the Azure portal using an Azure Resource Manager template (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.
1515

1616
For more information about ARM templates, see [What are ARM templates?](../../azure-resource-manager/templates/overview.md).
1717

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/).
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/).
1919

2020
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.
2121

@@ -105,12 +105,12 @@ Now that the MedTech service is successfully deployed, there are three post-depl
105105
In this article, you learned how to 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 deployment, see
106106

107107
> [!div class="nextstepaction"]
108-
> [Choosing a method of deployment for MedTech service in Azure](deploy-iot-connector-in-azure.md)
108+
> [Choose a deployment method for the MedTech service](deploy-iot-connector-in-azure.md)
109109
110110
> [!div class="nextstepaction"]
111-
> [How to manually deploy MedTech service with Azure portal](deploy-03-new-manual.md)
111+
> [Deploy the MedTech service using an ARM template and Azure PowerShell or the Azure CLI](deploy-new-powershell-cli.md)
112112
113113
> [!div class="nextstepaction"]
114-
> [How to deploy MedTech service using an ARM template and Azure PowerShell or Azure CLI](deploy-08-new-ps-cli.md)
114+
> [Deploy the MedTech service manually using Azure portal](deploy-03-new-manual.md)
115115
116116
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Overview of manually deploying the MedTech service using the Azure portal - Azure Health Data Services
3-
description: In this article, you'll see an overview of how to manually deploy the MedTech service in the Azure portal.
2+
title: Deploy the MedTech service manually using the Azure portal - Azure Health Data Services
3+
description: In this article, you'll learn how to deploy the MedTech service manually using the Azure portal.
44
author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 11/18/2022
8+
ms.date: 11/29/2022
99
ms.author: jasteppe
1010
---
1111

12-
# Quickstart: How to manually deploy MedTech service using the Azure portal
12+
# Quickstart: Deploy the MedTech service manually using the Azure portal
1313

1414
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ In this article, you learned how to perform the manual deployment and post-deplo
103103
> [Deploy the MedTech service with an Azure Resource Manager template](deploy-02-new-button.md)
104104
105105
> [!div class="nextstepaction"]
106-
> [Using Azure PowerShell and Azure CLI to deploy the MedTech service using Azure Resource Manager templates](deploy-08-new-ps-cli.md)
106+
> [Deploy the MedTech service using an Azure Resource Manager template and Azure PowerShell or the Azure CLI](deploy-new-powershell-cli.md)
107107
108108
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-08-new-ps-cli.md

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)