Skip to content

Commit 463b477

Browse files
committed
Incorp, updated screenshots
1 parent cd0a77d commit 463b477

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
-82 KB
Loading
-100 KB
Loading

articles/digital-twins/quickstart-3d-scenes-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Next, you create a *behavior* for the element. These behaviors allow you to cust
230230
231231
:::image type="content" source="media/quickstart-3d-scenes-studio/new-behavior-visual-rules-badge.png" alt-text="Screenshot of adding a second rule in 3D Scenes Studio." lightbox="media/quickstart-3d-scenes-studio/new-behavior-visual-rules-badge.png":::
232232
233-
1. Enter a **Display name** of *PickupFailedAlert*. Change the **Property expression** to **Custom (advanced)**, enter a property of *PrimaryTwin.PickupFailedAlert*, and set the **Type** to *boolean*. This property expression refers to a boolean property on the arm twin that is set to *True* when a package pickup fails. Select **Add condition**.
233+
1. Enter a **Display name** of *PickupFailedAlert*. Change the **Property expression** to **Custom (advanced)**, enter a property of *PrimaryTwin.PickupFailedAlert*, and set the **Type** to *boolean*. This property selection references a boolean property on the arm twin that is set to *True* when a package pickup fails. Select **Add condition**.
234234
235235
:::image type="content" source="media/quickstart-3d-scenes-studio/new-behavior-visual-rules-badge-2.png" alt-text="Screenshot of adding a condition for the second visual rule in 3D Scenes Studio." lightbox="media/quickstart-3d-scenes-studio/new-behavior-visual-rules-badge-2.png":::
236236
@@ -311,7 +311,7 @@ Switch to the **View** tab to see the behavior working on the new arm element. A
311311
312312
This quickstart shows how to create an immersive dashboard for Azure Digital Twins data, to share with end users and increase access to important insights about your real world environment.
313313
314-
In the quickstart, you created a sample 3D scene to represent a package distribution center with robotic arms that pick up packages. This visualization was connected to a digital twin graph, and you linked an arm in the visualization to its own specific digital twin that supplied backing data. You also created a visual behavior to display key information about that arm when viewing the full scene, including which box pickups on which that arm failed in the last hour.
314+
In the quickstart, you created a sample 3D scene to represent a package distribution center with robotic arms that pick up packages. This visualization was connected to a digital twin graph, and you linked an arm in the visualization to its own specific digital twin that supplied backing data. You also created a visual behavior to display key information about that arm when viewing the full scene, including information about any boxes the arm failed to pick up within the last hour.
315315
316316
In this quickstart, the sample models and twins for the factory scenario were quickly created for you, using the [Azure Digital Twins Data simulator](#generate-sample-models-and-twins). When using Azure Digital Twins with your own environment, you create your own [models](concepts-models.md) and [twins](concepts-twins-graph.md) to accurately describe the elements of your environment in detail. This quickstart also used the data simulator to simulate "live" data driving digital twin property updates when packages were missed. When you use Azure Digital Twins with your own environment, [ingesting live data](concepts-data-ingress-egress.md) is a process that you set up yourself according to your own environment sensors.
317317

includes/digital-twins-quickstart-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: include file
3-
description: include file for creating an Azure Digital Twins instance in the quickstarts
3+
description: Include file for creating an Azure Digital Twins instance in the quickstarts.
44
services: digital-twins
55
author: baanders
66
ms.service: azure-digital-twins
77
ms.topic: include
8-
ms.date: 02/24/2022
8+
ms.date: 2/10/2025
99
ms.author: baanders
1010
ms.custom: include file
1111
---
@@ -14,7 +14,7 @@
1414

1515
[!INCLUDE [digital-twins-setup-portal.md](digital-twins-setup-portal.md)]
1616

17-
3. Fill in the fields on the **Basics** tab of setup, including your Subscription, Resource group, a Resource name for your new instance, and Region. Check the **Assign Azure Digital Twins Data Owner Role** box to give yourself permissions to manage data in the instance.
17+
3. Fill in the fields on the **Basics** tab of setup, including your subscription, resource group, a resource name for your new instance, and region. Check the **Assign Azure Digital Twins Data Owner Role** box to give yourself permissions to manage data in the instance.
1818

1919
:::image type="content" source="../articles/digital-twins/media/quickstart-azure-digital-twins-explorer/create-azure-digital-twins-basics.png" alt-text="Screenshot of the Create Resource process for Azure Digital Twins in the Azure portal. The described values are filled in.":::
2020

@@ -23,11 +23,11 @@
2323
>
2424
> Common roles that meet this requirement are **Owner**, **Account admin**, or the combination of **User Access Administrator** and **Contributor**.
2525
26-
4. Select **Review + Create** to finish creating your instance.
26+
4. Select **Review + create** to finish creating your instance.
2727

28-
5. You see a summary page showing the details that you entered. Confirm and create the instance by selecting **Create**.
28+
5. You see a summary page showing the details you entered. Confirm and create the instance by selecting **Create**.
2929

30-
This selection takes you to an Overview page tracking the deployment status of the instance.
30+
This action takes you to an Overview page tracking the deployment status of the instance.
3131

3232
:::image type="content" source="../articles/digital-twins/media/quickstart-azure-digital-twins-explorer/deployment-in-progress.png" alt-text="Screenshot of the deployment page for Azure Digital Twins in the Azure portal. The page indicates that deployment is in progress.":::
3333

0 commit comments

Comments
 (0)