Skip to content

Commit fa6cadb

Browse files
committed
Acrolinx
1 parent 1dcad58 commit fa6cadb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-azurecli
1111

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

14-
This topic shows you how to create a managed identity for Azure App Configuration. A managed identity from Microsoft Entra ID allows Azure App Configuration to easily access other Microsoft Entra protected resources. 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 Microsoft Entra ID, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
14+
This article shows you how to create a managed identity for Azure App Configuration. A managed identity from Microsoft Entra ID allows Azure App Configuration to easily access other Microsoft Entra protected resources. The identity is managed by the Azure platform. It doesn't require you to provision or rotate any secrets. For more about managed identities in Microsoft Entra ID, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
1515

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

@@ -30,7 +30,7 @@ To set up a managed identity using the Azure CLI, use the [az appconfig identity
3030
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top-right corner of each code block below.
3131
- [Install the latest version of Azure CLI](/cli/azure/install-azure-cli) (2.1 or later) if you prefer to use a local CLI console.
3232

33-
The following steps will walk you through creating an App Configuration store and assigning it an identity using the CLI:
33+
The following steps walk you through creating an App Configuration store and assigning it an identity using the CLI:
3434

3535
1. If you're using the Azure CLI in a local console, first sign in to Azure using [az login]. Use an account that is associated with your Azure subscription:
3636

@@ -66,7 +66,7 @@ To set up a managed identity using the Azure CLI, use the [az appconfig identity
6666
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top-right corner of each code block below.
6767
- [Install the latest version of Azure CLI](/cli/azure/install-azure-cli) (2.0.31 or later) if you prefer to use a local CLI console.
6868
69-
The following steps will walk you through creating a user-assigned identity and an App Configuration store, then assigning the identity to the store using the CLI:
69+
The following steps walk you through creating a user-assigned identity and an App Configuration store, then assigning the identity to the store using the CLI:
7070
7171
1. If you're using the Azure CLI in a local console, first sign in to Azure using [az login]. Use an account that is associated with your Azure subscription:
7272

0 commit comments

Comments
 (0)