Skip to content

Commit ad9815f

Browse files
Merge pull request #219316 from msjasteppe/medtech-quickfix
Fixing wrong template URLs.
2 parents e5e89c2 + 945c15d commit ad9815f

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ 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/22/2022
99
ms.author: jasteppe
1010
---
1111

1212
# Quickstart: Deploy MedTech service with 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. 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.
1515

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

1820
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.
1921

articles/healthcare-apis/iot/deploy-08-new-ps-cli.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ 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/22/2022
99
ms.author: jasteppe
1010
---
1111

1212
# Quickstart: Using Azure PowerShell and Azure CLI to deploy the MedTech service with Azure Resource Manager templates
1313

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.
1515

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).
1717

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
1921

2022
The ARM template will help you automatically configure and deploy the following resources. Each one can be modified to meet your deployment requirements.
2123

@@ -51,7 +53,7 @@ Before you can begin, you need to have the following prerequisites if you're usi
5153

5254
- Use [Azure CLI](/cli/azure/install-azure-cli).
5355

54-
## Deploy MedTech service with the ARM template and Azure PowerShell
56+
## Deploy MedTech service with the Azure Resource Manager template and Azure PowerShell
5557

5658
Complete the following five steps to deploy the MedTech service using Azure PowerShell:
5759

@@ -98,7 +100,7 @@ Complete the following five steps to deploy the MedTech service using Azure Powe
98100
> [!NOTE]
99101
> 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.
100102
101-
## Deploy MedTech service with the ARM template and Azure CLI
103+
## Deploy MedTech service with the Azure Resource Manager template and Azure CLI
102104

103105
Complete the following five steps to deploy the MedTech service using Azure CLI:
104106

0 commit comments

Comments
 (0)