Skip to content

Commit 74aded0

Browse files
committed
Fix cert management casing
1 parent 2550db7 commit 74aded0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

includes/iot-hub-device-registry-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: cwatson-cat
55
ms.author: cwatson
66
ms.service: azure-iot-hub
@@ -17,7 +17,7 @@ Before you begin, make sure you have:
1717

1818
## Overview
1919

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.
2121

2222
The setup process in this article includes the following steps:
2323

@@ -38,7 +38,7 @@ In this section, you set up your Azure Device Registry (ADR) namespace, enable m
3838

3939
### Create an ADR namespace with system-assigned managed identity
4040

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.
4242

4343
1. Sign in to the [Azure portal](https://portal.azure.com).
4444
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
5555
:::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.":::
5656

5757
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).
5959

6060
- Managed identities allow your namespace to authenticate to Azure services without storing credentials in your code.
6161
- 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

Comments
 (0)