Skip to content

Commit 622ca7c

Browse files
authored
Merge pull request #219959 from msjasteppe/fixing-file-names
Fixing file names/index/toc
2 parents 8a73e97 + 72dabcd commit 622ca7c

11 files changed

+62
-38
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,34 @@
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-iot-connector-in-azure.md",
558+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-choose",
559+
"redirect_document_id": false
560+
},
561+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-02-new-button.md",
562+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-button",
563+
"redirect_document_id": false
564+
},
565+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-03-new-manual.md",
566+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-manual",
567+
"redirect_document_id": false
568+
},
569+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-05-new-config.md",
570+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-config",
571+
"redirect_document_id": false
572+
},
573+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-06-new-deploy.md",
574+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-deploy",
575+
"redirect_document_id": false
576+
},
557577
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-08-new-ps-cli.md",
558578
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-powershell-cli",
559579
"redirect_document_id": false
560580
},
581+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-bicep-ps-cli.md",
582+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-bicep-powershell-cli",
583+
"redirect_document_id": false
584+
},
561585
{ "source_path_from_root": "/articles/healthcare-apis/events/events-display-metrics.md",
562586
"redirect_url": "/azure/healthcare-apis/events/events-use-metrics",
563587
"redirect_document_id": false

articles/healthcare-apis/iot/deploy-new-bicep-ps-cli.md renamed to articles/healthcare-apis/iot/deploy-new-bicep-powershell-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ For example: `az group delete --resource-group BicepTestDeployment`
193193
In this quickstart, you learned how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file. To learn more about other methods of deploying the MedTech service, see
194194

195195
> [!div class="nextstepaction"]
196-
> [Choose a deployment method for the MedTech service](deploy-iot-connector-in-azure.md)
196+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
197197
198198
> [!div class="nextstepaction"]
199-
> [Deploy the MedTech service using an Azure Resource Manager template](deploy-02-new-button.md)
199+
> [Deploy the MedTech service using an Azure Resource Manager template](deploy-new-button.md)
200200
201201
> [!div class="nextstepaction"]
202-
> [Deploy the MedTech service manually using the Azure portal](deploy-03-new-manual.md)
202+
> [Deploy the MedTech service manually using the Azure portal](deploy-new-manual.md)
203203
204204
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-02-new-button.md renamed to articles/healthcare-apis/iot/deploy-new-button.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more information about ARM templates, see [What are ARM templates?](../../az
1717

1818
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

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.
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-new-choose.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

2222
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:
2323

@@ -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-
> [Choose a deployment method for the MedTech service](deploy-iot-connector-in-azure.md)
108+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
109109
110110
> [!div class="nextstepaction"]
111111
> [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-
> [Deploy the MedTech service manually using Azure portal](deploy-03-new-manual.md)
114+
> [Deploy the MedTech service manually using Azure portal](deploy-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-iot-connector-in-azure.md renamed to articles/healthcare-apis/iot/deploy-new-choose.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The different deployment methods are:
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 [Deploy the MedTech service using an Azure Resource Manager template](deploy-02-new-button.md).
26+
For more information about the ARM template and the Deploy to Azure button, see [Deploy the MedTech service using an Azure Resource Manager template](deploy-new-button.md).
2727

2828
## Azure PowerShell and Azure CLI automation
2929

@@ -35,7 +35,7 @@ For more information about Using an ARM template with Azure PowerShell or Azure
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

38-
For more information about manual deployment with Azure portal, see [Deploy the MedTech service manually using the Azure portal](deploy-03-new-manual.md).
38+
For more information about manual deployment with Azure portal, see [Deploy the MedTech service manually using the Azure portal](deploy-new-manual.md).
3939

4040
## Deployment architecture overview
4141

@@ -79,11 +79,11 @@ Each method must add **all** these post-deployment tasks:
7979

8080
### Granting access to the device message event hub
8181

82-
For information about granting access to the device message event hub, see [Granting access to the device message event hub](deploy-06-new-deploy.md#grant-access-to-the-device-message-event-hub).
82+
For information about granting access to the device message event hub, see [Granting access to the device message event hub](deploy-new-deploy.md#grant-access-to-the-device-message-event-hub).
8383

8484
### Granting access to the FHIR service
8585

86-
For information about granting access to the FHIR service, see [Granting access to the FHIR service](deploy-06-new-deploy.md#grant-access-to-the-fhir-service).
86+
For information about granting access to the FHIR service, see [Granting access to the FHIR service](deploy-new-deploy.md#grant-access-to-the-fhir-service).
8787

8888
## Next steps
8989

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you can manually deploy the MedTech service, you must complete the follow
1717

1818
Start with these three steps to begin configuring the MedTech service so it will be ready to accept your tabbed configuration input:
1919

20-
1. Start by going to the Health Data Services workspace you created in the manual deployment [Prerequisites](deploy-03-new-manual.md#part-1-prerequisites) section. Select the **Create MedTech service** box.
20+
1. Start by going to the Health Data Services workspace you created in the manual deployment [Prerequisites](deploy-new-manual.md#part-1-prerequisites) section. Select the **Create MedTech service** box.
2121

2222
2. This step will take you to the **Add MedTech service** button. Select the button.
2323

@@ -112,7 +112,7 @@ Under the **Destination** tab, use these values to enter the destination propert
112112
- First, enter the name of your **Fast Healthcare Interoperability Resources (FHIR®) server** using the following four steps:
113113

114114
1. The **FHIR Server** name (also known as the **FHIR service**) can be located by using the **Search** bar at the top of the screen.
115-
1. To connect to your FHIR service instance, enter the name of the FHIR service you used in the manual deploy configuration article at [Deploy the FHIR service](deploy-03-new-manual.md#deploy-the-fhir-service).
115+
1. To connect to your FHIR service instance, enter the name of the FHIR service you used in the manual deploy configuration article at [Deploy the FHIR service](deploy-new-manual.md#deploy-the-fhir-service).
116116
1. Then select the **Properties** button.
117117
1. Next, Copy and paste the **Name** string into the **FHIR Server** text field. In this example, the **FHIR Server** name is `fs-azuredocsdemo`.
118118

@@ -196,6 +196,6 @@ After your configuration is successfully completed, you can go on to Part 3: Dep
196196
When you're ready to begin Part 3 of Manual Deployment, see
197197

198198
> [!div class="nextstepaction"]
199-
> [Part 3: Manual deployment and post-deployment of MedTech service](deploy-06-new-deploy.md)
199+
> [Part 3: Manual deployment and post-deployment of MedTech service](deploy-new-deploy.md)
200200
201201
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-06-new-deploy.md renamed to articles/healthcare-apis/iot/deploy-new-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ Now that you have granted access to the device message event hub and the FHIR se
9797
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"]
100-
> [Choosing a method of deployment for MedTech service in Azure](deploy-iot-connector-in-azure.md)
100+
> [Choosing a method of deployment for MedTech service in Azure](deploy-new-choose.md)
101101
102102
> [!div class="nextstepaction"]
103-
> [Deploy the MedTech service with an Azure Resource Manager template](deploy-02-new-button.md)
103+
> [Deploy the MedTech service with an Azure Resource Manager template](deploy-new-button.md)
104104
105105
> [!div class="nextstepaction"]
106106
> [Deploy the MedTech service using an Azure Resource Manager template and Azure PowerShell or the Azure CLI](deploy-new-powershell-cli.md)

articles/healthcare-apis/iot/deploy-03-new-manual.md renamed to articles/healthcare-apis/iot/deploy-new-manual.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ You may prefer to manually deploy MedTech service if you need to track every ste
1616
The explanation of MedTech service manual deployment using the Azure portal is divided into three parts that cover each of key tasks required:
1717

1818
- 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-new-config.md))
20+
- Part 3: Deployment and Post Deployment (see [Manual deployment and post-deployment](deploy-new-deploy.md))
2121

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.
22+
If you need a diagram with information on the MedTech service deployment, there's an architecture overview at [Choose a deployment method](deploy-new-choose.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.
2323

2424
## Part 1: Prerequisites
2525

@@ -95,6 +95,6 @@ After your prerequisites are successfully completed, you can go on to Part 2: Co
9595
When you're ready to begin Part 2 of Manual Deployment, see
9696

9797
> [!div class="nextstepaction"]
98-
> [Part 2: Configure the MedTech service for manual deployment using the Azure portal](deploy-05-new-config.md)
98+
> [Part 2: Configure the MedTech service for manual deployment using the Azure portal](deploy-new-config.md)
9999
100100
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-new-powershell-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Complete the following five steps to deploy the MedTech service using Azure Powe
8585

8686
For example: `New-AzResourceGroupDeployment -ResourceGroupName ArmTestDeployment -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors/azuredeploy.json -basename abc123 -location southcentralus`
8787

88-
## Deploy the MedTech service with the Azure Resource Manager template and Azure CLI
88+
## Deploy the MedTech service with the Azure Resource Manager template and the Azure CLI
8989

9090
Complete the following five steps to deploy the MedTech service using the Azure CLI:
9191

articles/healthcare-apis/iot/how-to-use-iot-jsonpath-content-mappings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: IotJsonPathContentTemplate mappings in MedTech service device mapping - Azure Health Data Services
3-
description: This article describes how to use IotJsonPathContentTemplate mappings with MedTech service device mapping.
2+
title: How to use IotJsonPathContentTemplate mappings in the MedTech service device mapping - Azure Health Data Services
3+
description: This article describes how to use IotJsonPathContentTemplate mappings with the MedTech service device mapping.
44
author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 10/25/2022
8+
ms.date: 11/30/2022
99
ms.author: jasteppe
1010
---
1111

@@ -272,6 +272,6 @@ With each of these examples, you're provided with:
272272
In this article, you learned how to use IotJsonPathContentTemplate mappings with the MedTech service device mapping. To learn how to use MedTech service FHIR destination mapping, see
273273

274274
> [!div class="nextstepaction"]
275-
> [How to use the FHIR destination mapping](how-to-use-fhir-mappings.md)
275+
> [How to configure FHIR destination mappings](how-to-use-fhir-mappings.md)
276276
277-
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
277+
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/index.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: collection
1414
author: msjasteppe
1515
ms.author: jasteppe
16-
ms.date: 11/29/2022
16+
ms.date: 11/20/2022
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1919

@@ -37,17 +37,17 @@ landingContent:
3737
- linkListType: overview
3838
links:
3939
- text: Choose a deployment method
40-
url: deploy-iot-connector-in-azure.md
40+
url: deploy-new-choose.md
4141
- linkListType: quickstart
4242
links:
4343
- text: Azure Resource Manager template
44-
url: deploy-02-new-button.md
45-
- text: Azure PowerShell or the Azure CLI
44+
url: deploy-new-button.md
45+
- text: Azure PowerShell or Azure CLI
4646
url: deploy-new-powershell-cli.md
4747
- text: Azure Bicep
48-
url: deploy-new-bicep-ps-cli.md
48+
url: deploy-new-bicep-powershell-cli.md
4949
- text: Azure portal
50-
url: deploy-03-new-manual.md
50+
url: deploy-new-manual.md
5151

5252
- title: MedTech service with Azure IoT Hub
5353
linkLists:

0 commit comments

Comments
 (0)