Skip to content

Commit 3faa9f8

Browse files
committed
Clarify managed identity benefits
1 parent 88e83f1 commit 3faa9f8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

articles/iot-central/core/howto-export-data.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ Your export destination must exist before you configure your data export. The fo
4444

4545
### Connection options
4646

47-
For the Azure service destinations, you can choose to configure the connection with a *connection string* or a [managed identity](../../active-directory/managed-identities-azure-resources/overview.md). Using a managed identity is more secure because you don't need to store the credentials for the destination in your IoT Central application. IoT Central currently uses [system-assigned managed identities](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types).
47+
For the Azure service destinations, you can choose to configure the connection with a *connection string* or a [managed identity](../../active-directory/managed-identities-azure-resources/overview.md). Managed identities are more secure because:
48+
49+
- You don't store the credentials for your resource in a connection string in your IoT Central application.
50+
- The credentials are automatically tied to the lifetime of your IoT Central application.
51+
- Managed identities automatically rotate their security keys regularly.
52+
53+
IoT Central currently uses [system-assigned managed identities](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types).
4854

4955
When you configure a managed identity, the configuration includes a *scope* and a *role*:
5056

articles/iot-central/core/howto-manage-iot-central-from-portal.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,13 @@ To move the application to a different subscription, select **change** beside t
6969

7070
## Configure a managed identity
7171

72-
When you configure a data export in your IoT Central application, you can choose to configure the connection to the destination with a *connection string* or a [managed identity](../../active-directory/managed-identities-azure-resources/overview.md). Using a managed identity is more secure because you don't need to store the credentials for the destination in your IoT Central application. IoT Central currently uses [system-assigned managed identities](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types). To create the managed identity for your application, you use either the Azure portal or the REST API.
72+
When you configure a data export in your IoT Central application, you can choose to configure the connection to the destination with a *connection string* or a [managed identity](../../active-directory/managed-identities-azure-resources/overview.md). Managed identities are more secure because:
73+
74+
* You don't store the credentials for your resource in a connection string in your IoT Central application.
75+
* The credentials are automatically tied to the lifetime of your IoT Central application.
76+
* Managed identities automatically rotate their security keys regularly.
77+
78+
IoT Central currently uses [system-assigned managed identities](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types). To create the managed identity for your application, you use either the Azure portal or the REST API.
7379

7480
> [!NOTE]
7581
> You can only add a managed identity to an IoT Central application that was created in a region. All new applications are created in a region. To learn more, see [Updates](https://azure.microsoft.com/updates/azure-iot-central-new-and-updated-features-august-2021/).

0 commit comments

Comments
 (0)