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
@@ -17,6 +17,30 @@ This article describes how to configure private endpoints for accounts.
17
17
18
18
You can either use the Azure portal or the Azure CLI to create a private endpoint for an account.
19
19
20
+
## Prerequisites
21
+
22
+
# [Azure portal](#tab/portal)
23
+
24
+
No prerequisites for the Azure portal.
25
+
26
+
# [Azure CLI](#tab/cli)
27
+
28
+
An Azure CLI environment:
29
+
30
+
* Use the Bash environment in [Azure Cloud Shell](../cloud-shell/quickstart.md).
31
+
32
+
[](https://shell.azure.com)
33
+
34
+
* Or, if you prefer to run CLI reference commands locally, [install the Azure CLI](/cli/azure/install-azure-cli)
35
+
36
+
* Sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command.
37
+
38
+
* Run [az version](/cli/azure/reference-index#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index#az-upgrade).
39
+
40
+
* When prompted, install Azure CLI extensions on first use. The commands in this article use the **azure-iot** extension. Run `az extension update --name azure-iot` to make sure you're using the latest version of the extension.
41
+
42
+
---
43
+
20
44
## Configure private endpoints from the Device Update account
21
45
22
46
In the Azure portal, you can create a new private endpoint from within the Device Update account. These private endpoint connections are auto-approved and don't need the extra steps of being reviewed and approved described in the rest of this article.
@@ -55,7 +79,7 @@ In the Azure portal, you can create a new private endpoint from within the Devic
55
79
56
80
1. On the **Tags** page, create any tags (names and values) that you want to associate with the private endpoint resource.
57
81
58
-
1. On the **Review + create**, review all the settings and select **Create** to create the private endpoint.
82
+
1. On the **Review + create** page, review all the settings and select **Create** to create the private endpoint.
59
83
60
84
## Configure private endpoints from the Private Link Center
61
85
@@ -93,7 +117,7 @@ You can use either the Azure portal or the Azure CLI to create private endpoints
93
117
94
118
1. On the **Tags** page, create any tags (names and values) that you want to associate with the private endpoint resource.
95
119
96
-
1. On the **Review + create**, review all the settings and select **Create** to create the private endpoint.
120
+
1. On the **Review + create** page, review all the settings and select **Create** to create the private endpoint.
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-log-collection.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
@@ -80,7 +80,7 @@ Replace the following placeholders with your own information:
80
80
**\<storage_id>*: The resource ID of the storage account where the diagnostics logs will be stored. You can retrieve the resource ID by using the [az storage show](/cli/azure/storage/account#az-storage-account-show) command and querying for the ID value: `az storage account show -n <storage_name> --query id`.
0 commit comments