Skip to content

Commit 4001b5f

Browse files
committed
Fixing build warning
1 parent 9df0323 commit 4001b5f

9 files changed

+9
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,23 @@ To begin deployment in the Azure portal, select the **Deploy to Azure** button:
6363

6464
- **Destination Mapping** - Don't change the default values for this quickstart.
6565

66-
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-deploy-quickstart-options.png" alt-text="Screenshot of Azure portal page displaying deployment options for the Azure Health Data Service MedTech service." lightbox="media\iot-deploy-quickstart-in-portal\iot-deploy-quickstart-options.png":::
66+
:::image type="content" source="media\deploy-new-button\iot-deploy-quickstart-options.png" alt-text="Screenshot of Azure portal page displaying deployment options for the Azure Health Data Service MedTech service." lightbox="media\deploy-new-button\iot-deploy-quickstart-options.png":::
6767

6868
2. To validate your configuration, select **Review + create**.
6969

70-
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-review-and-create-button.png" alt-text="Screenshot that shows the Review + create button selected in the Azure portal.":::
70+
:::image type="content" source="media\deploy-new-button\iot-review-and-create-button.png" alt-text="Screenshot that shows the Review + create button selected in the Azure portal.":::
7171

7272
3. In **Review + create**, check the template validation status. If validation is successful, the template displays **Validation Passed**. If validation fails, fix the detail that's indicated in the error message, and then select **Review + create** again.
7373

74-
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-validation-completed.png" alt-text="Screenshot that shows the Review + create pane displaying the Validation Passed message.":::
74+
:::image type="content" source="media\deploy-new-button\iot-validation-completed.png" alt-text="Screenshot that shows the Review + create pane displaying the Validation Passed message.":::
7575

7676
4. After a successful validation, to begin the deployment, select **Create**.
7777

78-
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-create-button.png" alt-text="Screenshot that shows the highlighted Create button.":::
78+
:::image type="content" source="media\deploy-new-button\iot-create-button.png" alt-text="Screenshot that shows the highlighted Create button.":::
7979

8080
5. In a few minutes, the Azure portal displays the message that your deployment is completed.
8181

82-
:::image type="content" source="media\iot-deploy-quickstart-in-portal\iot-deployment-complete-banner.png" alt-text="Screenshot that shows a green checkmark and the message Your deployment is complete.":::
82+
:::image type="content" source="media\deploy-new-button\iot-deployment-complete-banner.png" alt-text="Screenshot that shows a green checkmark and the message Your deployment is complete.":::
8383

8484
> [!IMPORTANT]
8585
> If you're going to allow access from multiple services to the device message event hub, it is highly recommended that each service has its own event hub consumer group.

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

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

@@ -42,7 +42,7 @@ To learn more about using a manual deployment with the Azure portal, see [Deploy
4242

4343
The following diagram outlines the basic steps of the MedTech service deployment and shows how these steps fit together with its data processing procedures. These basic steps may help you analyze the deployment options and determine which deployment method is best for you.
4444

45-
:::image type="content" source="media/iot-get-started/get-started-with-iot.png" alt-text="Diagram showing MedTech service architecture overview." lightbox="media/iot-get-started/get-started-with-iot.png":::
45+
:::image type="content" source="media/get-started/get-started-with-iot.png" alt-text="Diagram showing MedTech service architecture overview." lightbox="media/get-started/get-started-with-iot.png":::
4646

4747
> [!IMPORTANT]
4848
> If you're going to allow access from multiple services to the device message event hub, it is highly recommended that each service has its own event hub consumer group.

articles/healthcare-apis/iot/how-to-configure-device-mappings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 12/15/2022
8+
ms.date: 12/27/2022
99
ms.author: jasteppe
1010
---
1111

@@ -40,7 +40,7 @@ The normalized data model has a few required properties that must be found and e
4040
4141
Below is an example of what happens during normalization and transformation process within the MedTech service. For the purposes of the device mapping, we'll be focusing on the **Normalized data** process:
4242

43-
:::image type="content" source="media/iot-data-transformation/iot-data-normalization-high-level.png" alt-text="Diagram of IoT data normalization flow example zoomed out." lightbox="media/iot-data-transformation/iot-data-normalization-high-level.png":::
43+
:::image type="content" source="media/how-to-configure-device-mappings/iot-data-normalization-high-level.png" alt-text="Diagram of IoT data normalization flow example zoomed out." lightbox="media/how-to-configure-device-mappings/iot-data-normalization-high-level.png":::
4444

4545
The content payload itself is an Azure Event Hubs message, which is composed of three parts: Body, Properties, and SystemProperties. The `Body` is a byte array representing an UTF-8 encoded string. During template evaluation, the byte array is automatically converted into the string value. `Properties` is a key value collection for use by the message creator. `SystemProperties` is also a key value collection reserved by the Azure Event Hubs framework with entries automatically populated by it.
4646

0 commit comments

Comments
 (0)