Skip to content

Commit e620151

Browse files
committed
Update CLI reference URLs - anchor links
1 parent c9f8b70 commit e620151

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/iot-hub-device-update/configure-access-control-device-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Replace the following placeholders with your own information:
6363

6464
* *\<role>*: The Device Update role that you're assigning.
6565
* *\<user_group>*: The user or group that you want to assign the role to.
66-
* *\<account_id>*: The resource ID for the Device Update account that the user or group will get access to. You can retrieve the resource ID by using the [az iot device-update account show](/cli/azure/iot/du/account#az-iot-device-update-account-show) command and querying for the ID value: `az iot device-update account show -n <account_name> --query id`.
66+
* *\<account_id>*: The resource ID for the Device Update account that the user or group will get access to. You can retrieve the resource ID by using the [az iot device-update account show](/cli/azure/iot/du/account#az-iot-du-account-show) command and querying for the ID value: `az iot device-update account show -n <account_name> --query id`.
6767

6868
```azurecli-interactive
6969
az role assignment create --role '<role>' --assignee <user_group> --scope <account_id>

articles/iot-hub-device-update/configure-private-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can use either the Azure portal or the Azure CLI to create private endpoints
103103
1. Fill all the required fields on the **Resource** tab
104104

105105
* **Connection method**: Select **Connect to an Azure resource by resource ID or alias**.
106-
* **Resource ID or alias**: Enter the Resource ID of the Device Update account. You can retrieve the resource ID of a Device Update account from the Azure portal by selecting **JSON View** on the **Overview** page. Or, you can retrieve it by using the [az iot du account show](/cli/azure/iot/du/account#az-iot-device-update-account-show) command and querying for the ID value: `az iot du account show -n <account_name> --query id`.
106+
* **Resource ID or alias**: Enter the Resource ID of the Device Update account. You can retrieve the resource ID of a Device Update account from the Azure portal by selecting **JSON View** on the **Overview** page. Or, you can retrieve it by using the [az iot du account show](/cli/azure/iot/du/account#az-iot-du-account-show) command and querying for the ID value: `az iot du account show -n <account_name> --query id`.
107107
* **Target sub-resource**: Value must be **DeviceUpdate**
108108

109109
:::image type="content" source="./media/configure-private-endpoints/private-endpoint-manual-create.png" alt-text="Screenshot showing the Resource page of the Create a private endpoint tab in Private Link Center.":::
@@ -130,7 +130,7 @@ Replace the following placeholders with your own information:
130130
* **PRIVATE_LINK_CONNECTION_NAME**: Name of the private link service connection.
131131
* **VIRTUAL_NETWORK_NAME**: Name of an existing virtual network associated with the subnet.
132132
* **SUBNET_NAME**: Name or ID of an existing subnet. If you use a subnet name, then you also need to include the virtual network name. If you use a subnet ID, you can omit the `--vnet-name` parameter.
133-
* **DEVICE_UPDATE_RESOURCE_ID**: You can retrieve the resource ID of a Device Update account from the Azure portal by selecting **JSON View** on the **Overview** page. Or, you can retrieve it by using the [az iot du account show](/cli/azure/iot/du/account#az-iot-device-update-account-show) command and querying for the ID value: `az iot du account show -n <account_name> --query id`.
133+
* **DEVICE_UPDATE_RESOURCE_ID**: You can retrieve the resource ID of a Device Update account from the Azure portal by selecting **JSON View** on the **Overview** page. Or, you can retrieve it by using the [az iot du account show](/cli/azure/iot/du/account#az-iot-du-account-show) command and querying for the ID value: `az iot du account show -n <account_name> --query id`.
134134
* **LOCATION**: Name of the Azure region. Your private endpoint must be in the same region as your virtual network, but can in a different region from the Device Update account.
135135

136136
```azurecli-interactive
@@ -192,7 +192,7 @@ There are four provisioning states:
192192

193193
# [Azure CLI](#tab/cli)
194194

195-
Use the [az iot du account private-endpoint-connection set](/cli/azure/iot/du/account/private-endpoint-connection#az-iot-device-update-account-private-endpoint-connection-set) command to manage private endpoint connection.
195+
Use the [az iot du account private-endpoint-connection set](/cli/azure/iot/du/account/private-endpoint-connection#az-iot-du-account-private-endpoint-connection-set) command to manage private endpoint connection.
196196

197197
Replace the following placeholders with your own information:
198198

articles/iot-hub-device-update/create-device-update-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ An IoT hub. It's required that you use an S1 (Standard) tier or above.
8080

8181
# [Azure CLI](#tab/cli)
8282

83-
Use the [az iot du account create](/cli/azure/iot/du/account#az-iot-device-update-account-create) command to create a new Device Update account.
83+
Use the [az iot du account create](/cli/azure/iot/du/account#az-iot-du-account-create) command to create a new Device Update account.
8484

8585
Replace the following placeholders with your own information:
8686

@@ -95,7 +95,7 @@ Replace the following placeholders with your own information:
9595
az iot du account create --resource-group <resource_group> --account <account_name> --location <region>
9696
```
9797

98-
Use the [az iot du instance create](/cli/azure/iot/du/instance#az-iot-device-update-instance-create) command to create a Device Update instance.
98+
Use the [az iot du instance create](/cli/azure/iot/du/instance#az-iot-du-instance-create) command to create a Device Update instance.
9999

100100
An *instance* of Device Update is associated with a single IoT hub. Select the IoT hub that will be used with Device Update. When you link an IoT hub to a Device Update instance, a new shared access policy is automatically created give Device Update permissions to work with IoT Hub (registry write and service connect). This policy ensures that access is only limited to Device Update.
101101

articles/iot-hub-device-update/create-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Once you have your update files, create an import manifest to describe the updat
4747
> [!TIP]
4848
> Try the [image-based](device-update-raspberry-pi.md), [package-based](device-update-ubuntu-agent.md), or [proxy update](device-update-howto-proxy-updates.md) tutorials if you haven't already done so. You can also just view sample import manifest files from those tutorials for reference.
4949
50-
The [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-device-update-update-init-v5) command takes the following arguments:
50+
The [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-du-update-init-v5) command takes the following arguments:
5151

5252
* `--update-provider`, `--update-name`, and `--update-version`: These three parameters define the **updateId** object that is a unique identifier for each update.
5353
* `--compat`: The **compatibility** object is a set of name-value pairs that describe the properties of a device that this update is compatible with.
@@ -81,7 +81,7 @@ az iot du update init v5 \
8181

8282
For handler properties, you may need to escape certain characters in your JSON. For example, use `'\'` to escape double-quotes if you're running the Azure CLI in PowerShell.
8383

84-
The `init` command supports advanced scenarios, including the [related files feature](related-files.md) that allows you to define the relationship between different update files. For more examples and a complete list of optional parameters, see [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-device-update-update-init-v5).
84+
The `init` command supports advanced scenarios, including the [related files feature](related-files.md) that allows you to define the relationship between different update files. For more examples and a complete list of optional parameters, see [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-du-update-init-v5).
8585

8686
Once you've created your import manifest and saved it as a JSON file, if you're ready to [import your update](import-update.md).
8787

0 commit comments

Comments
 (0)