You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/configure-access-control-device-update.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Replace the following placeholders with your own information:
63
63
64
64
**\<role>*: The Device Update role that you're assigning.
65
65
**\<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`.
67
67
68
68
```azurecli-interactive
69
69
az role assignment create --role '<role>' --assignee <user_group> --scope <account_id>
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/configure-private-endpoints.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ You can use either the Azure portal or the Azure CLI to create private endpoints
103
103
1. Fill all the required fields on the **Resource** tab
104
104
105
105
***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`.
107
107
***Target sub-resource**: Value must be **DeviceUpdate**
108
108
109
109
:::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:
130
130
***PRIVATE_LINK_CONNECTION_NAME**: Name of the private link service connection.
131
131
***VIRTUAL_NETWORK_NAME**: Name of an existing virtual network associated with the subnet.
132
132
***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`.
134
134
***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.
135
135
136
136
```azurecli-interactive
@@ -192,7 +192,7 @@ There are four provisioning states:
192
192
193
193
# [Azure CLI](#tab/cli)
194
194
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.
196
196
197
197
Replace the following placeholders with your own information:
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/create-device-update-account.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ An IoT hub. It's required that you use an S1 (Standard) tier or above.
80
80
81
81
# [Azure CLI](#tab/cli)
82
82
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.
84
84
85
85
Replace the following placeholders with your own information:
86
86
@@ -95,7 +95,7 @@ Replace the following placeholders with your own information:
95
95
az iot du account create --resource-group <resource_group> --account <account_name> --location <region>
96
96
```
97
97
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.
99
99
100
100
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.
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/create-update.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Once you have your update files, create an import manifest to describe the updat
47
47
> [!TIP]
48
48
> 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.
49
49
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:
51
51
52
52
*`--update-provider`, `--update-name`, and `--update-version`: These three parameters define the **updateId** object that is a unique identifier for each update.
53
53
*`--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 \
81
81
82
82
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.
83
83
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).
85
85
86
86
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).
0 commit comments