Skip to content

Commit 03f601a

Browse files
authored
Merge pull request #185526 from cippero/master
ADT update replacing screenshots using Azure cloud shell powershell to bash mode
2 parents f2fe55c + 59eb6e2 commit 03f601a

16 files changed

+13
-13
lines changed

articles/digital-twins/how-to-query-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Get digital twins by **properties** (including ID and metadata):
4242
As shown in the query above, the ID of a digital twin is queried using the metadata field `$dtId`.
4343

4444
>[!TIP]
45-
> If you are using Cloud Shell to run a query with metadata fields that begin with `$`, you should escape the `$` with a backtick to let Cloud Shell know it's not a variable and should be consumed as a literal in the query text.
45+
> If you are using Cloud Shell to run a query with metadata fields that begin with `$`, you should escape the `$` with a backslash to let Cloud Shell know it's not a variable and should be consumed as a literal in the query text.
4646
4747
You can also get twins based on **whether a certain property is defined**. Here's a query that gets twins that have a defined *Location* property:
4848

articles/digital-twins/how-to-set-up-instance-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ az dt create --dt-name <name-for-your-Azure-Digital-Twins-instance> --resource-g
5050

5151
If the instance was created successfully, the result in Cloud Shell looks something like this, outputting information about the resource you've created:
5252

53-
:::image type="content" source="media/how-to-set-up-instance/cloud-shell/create-instance.png" alt-text="Screenshot of the Cloud Shell window with successful creation of a resource group and Azure Digital Twins instance in the Azure portal.":::
53+
:::image type="content" source="media/how-to-set-up-instance/cloud-shell/create-instance.png" alt-text="Screenshot of the Cloud Shell window with successful creation of a resource group and Azure Digital Twins instance in the Azure portal." lightbox="media/how-to-set-up-instance/cloud-shell/create-instance.png":::
5454

5555
Note the Azure Digital Twins instance's **hostName**, **name**, and **resourceGroup** from the output. These values are all important and you may need to use them as you continue working with your Azure Digital Twins instance, to set up authentication and related Azure resources. If other users will be programming against the instance, you should share these values with them.
5656

-42.8 KB
Loading
-91.7 KB
Loading
-220 KB
Loading
-45.7 KB
Loading
-39.6 KB
Loading
68.9 KB
Loading
-60.6 KB
Loading
-18.1 KB
Loading

0 commit comments

Comments
 (0)