Skip to content

Commit 4e2dcae

Browse files
authored
Merge pull request #219175 from msjasteppe/medtech-toc-updates
Medtech toc updates
2 parents c22c802 + 9b76d1d commit 4e2dcae

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

articles/healthcare-apis/iot/deploy-05-new-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 10/28/2022
8+
ms.date: 11/21/2022
99
ms.author: jasteppe
1010
---
1111

12-
# Part 2: Configure the MedTech service for manual deployment using the Azure portal
12+
# Quickstart: Part 2: Configure the MedTech service for manual deployment using the Azure portal
1313

1414
Before you can manually deploy the MedTech service, you must complete the following configuration tasks:
1515

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 10/28/2022
8+
ms.date: 11/21/2022
99
ms.author: jasteppe
1010
---
1111

12-
# Part 3: Manual deployment and post-deployment of MedTech service
12+
# Quickstart: Part 3: Manual deployment and post-deployment of MedTech service
1313

1414
When you're satisfied with your configuration and it has been successfully validated, you can complete the deployment and post-deployment process.
1515

@@ -94,13 +94,13 @@ Now that you have granted access to the device message event hub and the FHIR se
9494

9595
## Next steps
9696

97-
In this article, you learned how to perform the manual deployment and post-deployment steps to implement your MedTech service. To learn more about other methods of deployment, see
97+
In this article, you learned how to perform the manual deployment and post-deployment steps to implement your MedTech service. To learn more about other methods of deployment, see
9898

9999
> [!div class="nextstepaction"]
100100
> [Choosing a method of deployment for MedTech service in Azure](deploy-iot-connector-in-azure.md)
101101
102102
> [!div class="nextstepaction"]
103-
> [Deploy the MedTech service with a QuickStart template](deploy-02-new-button.md)
103+
> [Deploy the MedTech service with an Azure Resource Manager template](deploy-02-new-button.md)
104104
105105
> [!div class="nextstepaction"]
106106
> [Using Azure PowerShell and Azure CLI to deploy the MedTech service using Azure Resource Manager templates](deploy-08-new-ps-cli.md)

articles/healthcare-apis/iot/deploy-iot-connector-in-azure.md

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

1212
# Quickstart: Choose a deployment method
1313

14-
MedTech service provides multiple methods for deploying it into an Azure Platform as a service (PaaS) configuration. Each method has different advantages that will allow you to customize your development environment to suit your needs.
14+
MedTech service provides multiple methods for deploying it into an Azure Platform as a Service (PaaS) configuration. Each method has different advantages that will allow you to customize your development environment to suit your needs.
1515

1616
The different deployment methods are:
1717

1818
- Azure Resource Manager (ARM) template with Deploy to Azure button
1919
- Azure PowerShell and Azure CLI automation
20-
- Manual deployment
20+
- Azure portal manual deployment
2121

2222
## Azure Resource Manager template with Deploy to Azure button
2323

2424
Using an ARM template with Azure portal is the easiest and fastest deployment method because it automates most of your configuration with the touch of a **Deploy to Azure** button. This button automatically generates the following configurations and resources: managed identity Azure role-based access (RBAC) roles, a provisioned workspace and namespace, an Event Hubs instance, a Fast Healthcare Interoperability Resources (FHIR®) service instance, and a MedTech service instance. All you need to add are post-deployment device mapping, destination mapping, and a shared access policy key. This method simplifies your deployment, but doesn't allow for much customization.
2525

26-
For more information about the ARM template and the Deploy to Azure button, see [Quickstart: Deploy MedTech service with Azure Resource Manager template](deploy-02-new-button.md).
26+
For more information about the ARM template and the Deploy to Azure button, see [Quickstart: Deploy MedTech service with an Azure Resource Manager template](deploy-02-new-button.md).
2727

2828
## Azure PowerShell and Azure CLI automation
2929

3030
Azure provides Azure PowerShell and Azure CLI to speed up your configurations when used in enterprise environments. Deploying MedTech service with Azure PowerShell or Azure CLI can be useful for adding automation so that you can scale your deployment for a large number of developers. This method is more detailed but provides extra speed and efficiency because it allows you to automate your deployment.
3131

3232
For more information about Using an ARM template with Azure PowerShell and Azure CLI, see [Quickstart: Using Azure PowerShell and Azure CLI to deploy the MedTech service using Azure Resource Manager templates](deploy-08-new-ps-cli.md).
3333

34-
## Manual deployment
34+
## Azure portal manual deployment
3535

3636
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.
3737

articles/healthcare-apis/iot/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ landingContent:
2929
url: iot-data-flow.md
3030
- linkListType: quickstart
3131
links:
32-
- text: Get started with the MedTech service
32+
- text: Get started with MedTech service
3333
url: get-started-with-iot.md
3434

3535
- title: Deploy MedTech service
@@ -40,9 +40,9 @@ landingContent:
4040
url: deploy-iot-connector-in-azure.md
4141
- linkListType: quickstart
4242
links:
43-
- text: Azure Resource Manager (ARM) template
43+
- text: Azure Resource Manager template
4444
url: deploy-02-new-button.md
45-
- text: Azure PowerShell and CLI
45+
- text: Azure PowerShell and Azure CLI
4646
url: deploy-08-new-ps-cli.md
4747
- text: Azure portal
4848
url: deploy-03-new-manual.md

articles/healthcare-apis/iot/toc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ items:
2121
items:
2222
- name: Choose a deployment method
2323
href: deploy-iot-connector-in-azure.md
24-
- name: Azure Resource Manager (ARM) template
24+
- name: Azure Resource Manager template
2525
href: deploy-02-new-button.md
26-
- name: Azure PowerShell and CLI
26+
- name: Azure PowerShell and Azure CLI
2727
href: deploy-08-new-ps-cli.md
28-
- name: Manual deployment - Prerequisites
28+
- name: Azure portal - Prerequisites
2929
href: deploy-03-new-manual.md
30-
- name: Manual deployment - Configure
30+
- name: Azure portal - Configure
3131
href: deploy-05-new-config.md
32-
- name: Manual deployment - Deploy
32+
- name: Azure portal - Deploy
3333
href: deploy-06-new-deploy.md
3434
- name: Tutorials
3535
expanded: true

0 commit comments

Comments
 (0)