Skip to content

Commit e34dff1

Browse files
authored
Merge pull request #187690 from maud-lv/maud-ownershipchange
Edit owner
2 parents 825ddb3 + dea83cf commit e34dff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/overview-managed-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Configure managed identities with Azure App Configuration
33
description: Learn how managed identities work in Azure App Configuration and how to configure a managed identity
4-
author: barbkess
4+
author: maud-lv
55
ms.topic: article
66
ms.date: 02/25/2020
7-
ms.author: barbkess
7+
ms.author: malev
88
ms.reviewer: lcozzens
99
ms.service: azure-app-configuration
1010

1111
---
1212

1313
# How to use managed identities for Azure App Configuration
1414

15-
This topic shows you how to create a managed identity for Azure App Configuration. A managed identity from Azure Active Directory (AAD) allows Azure App Configuration to easily access other AAD-protected resources, such as Azure Key Vault. The identity is managed by the Azure platform. It does not require you to provision or rotate any secrets. For more about managed identities in AAD, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
15+
This topic shows you how to create a managed identity for Azure App Configuration. A managed identity from Azure Active Directory (Azure AD) allows Azure App Configuration to easily access other Azure AD protected resources, such as Azure Key Vault. The identity is managed by the Azure platform. It does not require you to provision or rotate any secrets. For more about managed identities in Azure AD, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
1616

1717
Your application can be granted two types of identities:
1818

@@ -95,7 +95,7 @@ The following steps will walk you through creating a user-assigned identity and
9595
9696
## Removing an identity
9797
98-
A system-assigned identity can be removed by disabling the feature by using the [az appconfig identity remove](/cli/azure/appconfig/identity#az_appconfig_identity_remove) command in the Azure CLI. User-assigned identities can be removed individually. Removing a system-assigned identity in this way will also delete it from AAD. System-assigned identities are also automatically removed from AAD when the app resource is deleted.
98+
A system-assigned identity can be removed by disabling the feature by using the [az appconfig identity remove](/cli/azure/appconfig/identity#az_appconfig_identity_remove) command in the Azure CLI. User-assigned identities can be removed individually. Removing a system-assigned identity in this way will also delete it from Azure AD. System-assigned identities are also automatically removed from Azure AD when the app resource is deleted.
9999
100100
## Next steps
101101

0 commit comments

Comments
 (0)