Skip to content

Commit 965f38d

Browse files
authored
Merge pull request #225586 from msjasteppe/mappings-copies-updates
Minor updates to article and TOC move
2 parents 5c35537 + 4e46644 commit 965f38d

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

articles/healthcare-apis/events/index.yml

Lines changed: 2 additions & 2 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: 07/06/2022
16+
ms.date: 01/30/2023
1717

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

@@ -23,7 +23,7 @@ landingContent:
2323
linkLists:
2424
- linkListType: overview
2525
links:
26-
- text: About Events
26+
- text: What are Events?
2727
url: events-overview.md
2828

2929
- title: Using Events

articles/healthcare-apis/events/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ items:
44
- name: Overview
55
expanded: true
66
items:
7-
- name: About Events
7+
- name: What are Events?
88
href: events-overview.md
99
- name: Quickstarts
1010
expanded: true
@@ -28,7 +28,7 @@ items:
2828
href: events-enable-diagnostic-settings.md
2929
- name: Disable Events and delete workspaces
3030
href: events-disable-delete-workspace.md
31-
- name: Troubleshoot and problem solve
31+
- name: Troubleshoot
3232
expanded: true
3333
items:
3434
- name: Events troubleshooting guide
@@ -41,5 +41,5 @@ items:
4141
- name: Resources
4242
expanded: true
4343
items:
44-
- name: FAQs
44+
- name: FAQs - Events
4545
href: events-faqs.md

articles/healthcare-apis/iot/how-to-create-mappings-copies.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: iomt
88
ms.topic: how-to
9-
ms.date: 1/12/2023
9+
ms.date: 1/30/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -20,13 +20,13 @@ This article provides steps for creating copies of your MedTech service's device
2020
> [!NOTE]
2121
> When opening an [Azure Technical Support](https://azure.microsoft.com/support/create-ticket/) ticket for your MedTech service, include copies of your device and FHIR destination mappings to assist in the troubleshooting process.
2222
23-
## Device mapping copy creation process
23+
## Device mappings copy creation process
2424

2525
1. Select **"MedTech service"** on the left side of your Azure Health Data Services workspace under **Services**.
2626

2727
:::image type="content" source="media/iot-mappings-copies/iot-mappings-copies-select-medtech-service-button-in-workspace.png" alt-text="Screenshot of select MedTech service within the workspace." lightbox="media/iot-mappings-copies/iot-mappings-copies-select-medtech-service-button-in-workspace.png":::
2828

29-
2. Select the name of the **MedTech service** that you'll be copying the device mapping from. In this example, we'll be making a copy of the device mapping from a MedTech service named **mt-azuredocsdemo**. You'll be selecting your own MedTech service as part of this process.
29+
2. Select the name of the **MedTech service** that you'll be copying the device mappings from. In this example, we'll be making a copy of the device mappings from a MedTech service named **mt-azuredocsdemo**. You'll be selecting your own MedTech service as part of this process.
3030

3131
:::image type="content" source="media/iot-mappings-copies/iot-mappings-copies-select-medtech-service.png" alt-text="Screenshot of select the MedTech service that you'll be making mappings copies from." lightbox="media/iot-mappings-copies/iot-mappings-copies-select-medtech-service.png":::
3232

@@ -35,15 +35,15 @@ This article provides steps for creating copies of your MedTech service's device
3535
:::image type="content" source="media/iot-mappings-copies/iot-mappings-copies-select-device-mapping.png" alt-text="Screenshot of select Device mapping button." lightbox="media/iot-mappings-copies/iot-mappings-copies-select-device-mapping.png":::
3636

3737
> [!TIP]
38-
> This process can also be used for copying and saving the contents of the **Destination** (also know as the FHIR destination) mapping which is also under **Settings** within your workspace.
38+
> This process can also be used for copying and saving the contents of the also know as the FHIR destination mappings found in **Destination** which is also under **Settings** within your MedTech service.
3939
40-
4. Select the contents of the device mapping (for example: press **Ctrl + a**) and do a copy operation (for example: press **Ctrl + c**).
40+
4. Select the contents of the device mappings (for example: press **Ctrl + a**) and do a copy operation (for example: press **Ctrl + c**).
4141

42-
:::image type="content" source="media/iot-mappings-copies/iot-mappings-copies-select-device-mapping-contents.png" alt-text="Screenshot of select and copy contents of the mapping." lightbox="media/iot-mappings-copies/iot-mappings-copies-select-device-mapping-contents.png":::
42+
:::image type="content" source="media/iot-mappings-copies/iot-mappings-copies-select-device-mapping-contents.png" alt-text="Screenshot of select and copy contents of the device mappings." lightbox="media/iot-mappings-copies/iot-mappings-copies-select-device-mapping-contents.png":::
4343

44-
5. Open an editor application like Notepad or [Microsoft Visual Studio Code](https://code.visualstudio.com/) and do a paste operation (for example: press **Ctrl + v**) and a save operation (for example: press **Ctrl + s**) to create a file copy of your MedTech service device mapping. For this example, we'll be using Notepad.
44+
5. Open an editor application like Notepad or [Microsoft Visual Studio Code](https://code.visualstudio.com/) and do a paste operation (for example: press **Ctrl + v**) and a save operation (for example: press **Ctrl + s**) to create a file copy of your MedTech service device mappings. For this example, we'll be using Notepad.
4545

46-
:::image type="content" source="media/iot-mappings-copies/iot-mappings-copies-save-in-notepad.png" alt-text="Screenshot of using Notepad with the device mapping copy." lightbox="media/iot-mappings-copies/iot-mappings-copies-save-in-notepad.png":::
46+
:::image type="content" source="media/iot-mappings-copies/iot-mappings-copies-save-in-notepad.png" alt-text="Screenshot of using Notepad with the device mappings copy." lightbox="media/iot-mappings-copies/iot-mappings-copies-save-in-notepad.png":::
4747

4848
1. Select a folder to save the file in.
4949
2. Select a name for your file.

articles/healthcare-apis/iot/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ items:
5151
- name: IotJsonPathContentTemplate mappings
5252
href: how-to-use-iotjsonpathcontenttemplate-mappings.md
5353
- name: Custom functions
54-
href: how-to-use-custom-functions.md
54+
href: how-to-use-custom-functions.md
55+
- name: Create copies of mappings
56+
href: how-to-create-mappings-copies.md
5557
- name: Destination
5658
expanded: false
5759
items:
5860
- name: FHIR destination mappings
5961
href: how-to-configure-fhir-mappings.md
60-
- name: Create copies of mappings
61-
href: how-to-create-mappings-copies.md
6262
- name: Monitor
6363
expanded: false
6464
items:

0 commit comments

Comments
 (0)