Skip to content

Commit d5e8d88

Browse files
authored
Merge pull request #295982 from DENKEN02MSFT/ADTFreshnessTop40_Row40
ADT Freshness - row 40
2 parents aef8091 + 1ae37d3 commit d5e8d88

File tree

7 files changed

+60
-60
lines changed

7 files changed

+60
-60
lines changed

articles/digital-twins/how-to-create-data-history-connection.md

Lines changed: 53 additions & 53 deletions
Large diffs are not rendered by default.
-65.3 KB
Loading
-53.5 KB
Loading
-198 KB
Loading
-49.4 KB
Loading
-92.5 KB
Loading

includes/digital-twins-cli.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@ author: baanders
33
description: include file for Azure Digital Twins - set up CLI and the IoT extension
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 1/18/2022
6+
ms.date: 03/07/2025
77
ms.author: baanders
88
---
99

1010
### Set up CLI session
1111

12-
To start working with Azure Digital Twins in the CLI, the first thing to do is log in and set the CLI context to your subscription for this session. Run these commands in your CLI window:
12+
To start working with Azure Digital Twins in the CLI, the first thing to do is sign in and set the CLI context to your subscription for this session. Run these commands in your CLI window:
1313

1414
```azurecli-interactive
1515
az login
1616
az account set --subscription "<your-Azure-subscription-ID>"
1717
```
1818

1919
> [!TIP]
20-
> You can also use your subscription name instead of the ID in the command above.
20+
> You can also use your subscription name instead of the ID in the previous command.
2121
22-
If this is the first time you've used this subscription with Azure Digital Twins, run this command to register with the Azure Digital Twins namespace. (If you're not sure, it's ok to run it again even if you've done it sometime in the past.)
22+
If you're using this subscription with Azure Digital Twins for the first time, run the following command to register with the Azure Digital Twins namespace. (If you're not sure, it's ok to run it again even if you ran it sometime in the past.)
2323

2424
```azurecli-interactive
2525
az provider register --namespace 'Microsoft.DigitalTwins'
2626
```
2727

28-
Next you'll add the [Microsoft Azure IoT Extension for Azure CLI](/cli/azure/service-page/azure%20iot?view=azure-cli-latest&preserve-view=true), to enable commands for interacting with Azure Digital Twins and other IoT services. Run this command to make sure you have the latest version of the extension:
28+
Next you add the [Microsoft Azure IoT Extension for Azure CLI](/cli/azure/service-page/azure%20iot?view=azure-cli-latest&preserve-view=true), to enable commands for interacting with Azure Digital Twins and other IoT services. Run this command to make sure you have the latest version of the extension:
2929

3030
```azurecli-interactive
3131
az extension add --upgrade --name azure-iot
3232
```
3333

34-
Now you are ready to work with Azure Digital Twins in the Azure CLI.
34+
Now you're ready to work with Azure Digital Twins in the Azure CLI.
3535

36-
You can verify this by running `az dt --help` at any time to see a list of the top-level Azure Digital Twins commands that are available.
36+
You can verify this status by running `az dt --help` at any time to see a list of the top-level Azure Digital Twins commands that are available.

0 commit comments

Comments
 (0)