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-edge/tutorial-configure-est-server.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,21 +183,24 @@ Using Device Provisioning Service allows you to automatically issue and renew ce
183
183
184
184
1. In the [Azure portal](https://portal.azure.com), navigate to your instance of IoT Hub Device Provisioning Service.
185
185
1. Under **Settings**, select **Manage enrollments**.
186
-
1. Select **Add enrollment group** then complete the following steps to configure the enrollment:
186
+
1. Select **Add enrollment group** then complete the following steps to configure the enrollment.
187
+
1. On the **Registration + provisioning** tab, choose the following settings:
187
188
188
-
:::image type="content" source="./media/tutorial-configure-est-server/dps-add-enrollment.png" alt-text="A screenshot adding DPS enrollment group using the Azure portal.":::
189
+
:::image type="content" source="./media/tutorial-configure-est-server/device-provisioning-service-add-enrollment-latest.png" alt-text="A screenshot adding DPS enrollment group using the Azure portal.":::
189
190
190
191
|Setting | Value |
191
192
|--------|---------|
192
-
|Group name | Provide a friendly name for this group enrollment |
193
-
|Attestation Type | Select **Certificate** |
194
-
|IoT Edge device | Select **True** |
195
-
|Certificate Type | Select **CA Certificate** |
193
+
|Attestation mechanism| Select **X.509 certificates uploaded to this Device Provisioning Service instance** |
196
194
|Primary certificate | Choose your certificate from the dropdown list |
195
+
|Group name | Provide a friendly name for this group enrollment |
196
+
|Provisioning status | Select **Enable this enrollment** checkbox |
197
+
198
+
1. On the **IoT hubs** tab, choose your IoT Hub from the list.
199
+
1. On the **Device settings** tab, select the **Enable IoT Edge on provisioned devices** checkbox.
197
200
198
201
The other settings aren't relevant to the tutorial. You can accept the default settings.
199
202
200
-
1. Select **Save**.
203
+
1. Select **Review + create**.
201
204
202
205
Now that an enrollment exists for the device, the IoT Edge runtime can automatically manage device certificates for the linked IoT Hub.
0 commit comments