Skip to content

Commit cf724ff

Browse files
committed
Update links
1 parent fa690ab commit cf724ff

15 files changed

+19
-19
lines changed

articles/digital-twins/concepts-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some of the actions you can do using the command set include:
3030

3131
The command set is called `az dt`, and is part of the [Azure IoT extension for Azure CLI](https://github.com/Azure/azure-iot-cli-extension). You can view the full list of commands and their usage as part of the reference documentation for the `az iot` command set: [az dt command reference](/cli/azure/dt).
3232

33-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
33+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
3434

3535
## Uses (deploy and validate)
3636

articles/digital-twins/how-to-create-app-registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.service: azure-digital-twins
1919

2020
This article describes how to create an [Microsoft Entra ID](../active-directory/fundamentals/active-directory-whatis.md) *app registration* that can access Azure Digital Twins. This article includes steps for the [Azure portal](https://portal.azure.com) and the [Azure CLI](/cli/azure/what-is-azure-cli).
2121

22-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
22+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
2323

2424
When working with Azure Digital Twins, it's common to interact with your instance through client applications. Those applications need to authenticate with Azure Digital Twins, and some of the [authentication mechanisms](how-to-authenticate-client.md) that apps can use involve an app registration.
2525

@@ -242,7 +242,7 @@ The app registration should show up in the list along with the role you assigned
242242

243243
# [CLI](#tab/cli)
244244

245-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
245+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
246246

247247
Use the [az dt role-assignment create](/cli/azure/dt/role-assignment#az-dt-role-assignment-create) command to assign the role (you must have [sufficient permissions](how-to-set-up-instance-cli.md#prerequisites-permission-requirements) in the Azure subscription). The command requires you to pass in the name of the role you want to assign, the name of your Azure Digital Twins instance, and either the name or the object ID of the app registration.
248248

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This command also creates three tables in your Azure Data Explorer database to s
171171

172172
# [CLI](#tab/cli)
173173

174-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
174+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
175175

176176
Use the command in this section to create a data history connection and the tables in Azure Data Explorer. The command always creates a table for historized twin property updates, and it includes parameters to create the tables for relationship lifecycle and twin lifecycle events.
177177

articles/digital-twins/how-to-create-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article explains how to create an *endpoint* for Azure Digital Twin events
2020

2121
Routing [event notifications](concepts-event-notifications.md) from Azure Digital Twins to downstream services or connected compute resources is a two-step process: create endpoints, then create event routes that send data to those endpoints. This article covers the first step, setting up endpoints that can receive the events. Later, you can create [event routes](how-to-create-routes.md) that specify which events generated by Azure Digital Twins are delivered to which endpoints.
2222

23-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
23+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
2424

2525
## Prerequisites
2626

@@ -88,7 +88,7 @@ Now the Event Grid topic, event hub, or Service Bus topic is available as an end
8888

8989
# [CLI](#tab/cli)
9090

91-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
91+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
9292

9393
The following examples show how to create endpoints using the [az dt endpoint create](/cli/azure/dt/endpoint/create) command for the [Azure Digital Twins CLI](/cli/azure/dt). Replace the placeholders in the commands with the details of your own resources.
9494

articles/digital-twins/how-to-create-routes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Next, follow the instructions below if you intend to use the Azure CLI while fol
3737

3838
[!INCLUDE [azure-cli-prepare-your-environment-h3.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-h3.md)]
3939

40-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
40+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
4141

4242
## Create an event route
4343

@@ -82,7 +82,7 @@ When finished, select the **Save** button to create your event route.
8282

8383
# [CLI](#tab/cli2)
8484

85-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
85+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
8686

8787
Routes can be managed using the [az dt route](/cli/azure/dt/route) commands for the Azure Digital Twins CLI.
8888

articles/digital-twins/how-to-enable-private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Once a private endpoint has been created for your Azure Digital Twins instance,
168168

169169
For more information and examples, see the [az dt network private-endpoint reference documentation](/cli/azure/dt/network/private-endpoint).
170170

171-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
171+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
172172

173173
### Get more Private Link information
174174

@@ -202,7 +202,7 @@ To disable or enable public network access in the [Azure portal](https://portal.
202202

203203
# [CLI](#tab/cli-2)
204204

205-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
205+
[!INCLUDE [digital-twins-cli-issue.md](../../includes/digital-twins-cli-issue.md)]
206206

207207
In the Azure CLI, you can disable or enable public network access by adding a `--public-network-access` parameter to the `az dt create` command. While this command can also be used to create a new instance, you can use it to edit the properties of an existing instance by providing it the name of an instance that already exists. (For more information about this command, see its [reference documentation](/cli/azure/dt#az-dt-create) or the [general instructions for setting up an Azure Digital Twins instance](how-to-set-up-instance-cli.md#create-the-azure-digital-twins-instance)).
208208

articles/digital-twins/how-to-ingest-iot-hub-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You then need to create one twin using this model. Use the following command to
5757
az dt twin create --dt-name <instance-hostname-or-name> --dtmi "dtmi:contosocom:DigitalTwins:Thermostat;1" --twin-id thermostat67 --properties '{"Temperature": 0.0}'
5858
```
5959

60-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
60+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
6161

6262
When the twin is created successfully, the CLI output from the command should look something like this:
6363
```json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use these values in the following [az dt command](/cli/azure/dt) to create the i
4444
az dt create --dt-name <name-for-your-Azure-Digital-Twins-instance> --resource-group <your-resource-group> --location <region>
4545
```
4646

47-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
47+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
4848

4949
There are several optional parameters that can be added to the command to specify additional things about your resource during creation, including creating a managed identity for the instance or enabling/disabling public network access. For a full list of supported parameters, see the [az dt create](/cli/azure/dt#az-dt-create) reference documentation.
5050

articles/digital-twins/troubleshoot-error-403-digital-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you're an Owner on the subscription, you can run this command yourself. If yo
5454
az dt role-assignment create --dt-name <your-Azure-Digital-Twins-instance> --assignee "<your-Azure-AD-email>" --role "Azure Digital Twins Data Owner"
5555
```
5656

57-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
57+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
5858

5959
For more information about this role requirement and the assignment process, see [Set up your user's access permissions](how-to-set-up-instance-CLI.md#set-up-user-access-permissions).
6060

articles/digital-twins/troubleshoot-error-azure-digital-twins-explorer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you're an Owner on the subscription, you can run this command yourself. If yo
5454
az dt role-assignment create --dt-name <your-Azure-Digital-Twins-instance> --assignee "<your-Azure-AD-email>" --role "<role-name>"
5555
```
5656

57-
[!INCLUDE [digital-twins-cli-issue.md](digital-twins-cli-issue.md)]
57+
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
5858

5959
For more details about this role requirement and the assignment process, see [Set up your user's access permissions](how-to-set-up-instance-CLI.md#set-up-user-access-permissions).
6060

0 commit comments

Comments
 (0)