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: includes/iot-hub-device-registry-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Create an IoT hub with Certificate Management in Azure Device Registry using Azure portal
3
-
description: This article explains how to create an IoT hub with Azure Device Registry and Certificate Management integration using the Azure portal.
3
+
description: This article explains how to create an IoT hub with Azure Device Registry and certificate management integration using the Azure portal.
4
4
author: cwatson-cat
5
5
ms.author: cwatson
6
6
ms.service: azure-iot-hub
@@ -17,7 +17,7 @@ Before you begin, make sure you have:
17
17
18
18
## Overview
19
19
20
-
Use the Azure portal to create an IoT hub with Azure Device Registry and Certificate Management integration.
20
+
Use the Azure portal to create an IoT hub with Azure Device Registry and certificate management integration.
21
21
22
22
The setup process in this article includes the following steps:
23
23
@@ -38,7 +38,7 @@ In this section, you set up your Azure Device Registry (ADR) namespace, enable m
38
38
39
39
### Create an ADR namespace with system-assigned managed identity
40
40
41
-
When you create a namespace with a system-assigned managed identity, the process also creates a credential known as root CA and a default policy known as intermediate CA. [Certificate Management](../articles/iot-hub/iot-hub-certificate-management-overview.md) uses these credentials and policies to onboard devices to the namespace.
41
+
When you create a namespace with a system-assigned managed identity, the process also creates a credential known as root CA and a default policy known as intermediate CA. [Certificate management](../articles/iot-hub/iot-hub-certificate-management-overview.md) uses these credentials and policies to onboard devices to the namespace.
42
42
43
43
1. Sign in to the [Azure portal](https://portal.azure.com).
44
44
1. Search for and select **Azure Device Registry**.
@@ -55,7 +55,7 @@ When you create a namespace with a system-assigned managed identity, the process
55
55
:::image type="content" source="../articles/iot-hub/media/device-registry/iot-hub-namespace-1.png" alt-text="Screen capture that shows how to fill the basics tab for an ADR namespace in the Azure portal.":::
56
56
57
57
1. Select **Next**.
58
-
1. In the **Identity** tab, enable a system-assigned managed identity and a credential resource for your namespace. For more information about how ADR works with managed identities and credential resources, see [What is Certificate Management](../articles/iot-hub/iot-hub-certificate-management-overview.md).
58
+
1. In the **Identity** tab, enable a system-assigned managed identity and a credential resource for your namespace. For more information about how ADR works with managed identities and credential resources, see [What is certificate management](../articles/iot-hub/iot-hub-certificate-management-overview.md).
59
59
60
60
- Managed identities allow your namespace to authenticate to Azure services without storing credentials in your code.
61
61
- Credential resources securely store and manage device authentication credentials, such as API keys or certificates, for devices connecting to your namespace. When you enable this feature, you can set policies to control how certificates are issued and managed for your devices.
0 commit comments