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: articles/azure-app-configuration/overview-managed-identity.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-azurecli
11
11
12
12
# How to use managed identities for Azure App Configuration
13
13
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).
15
15
16
16
Your application can be granted two types of identities:
17
17
@@ -30,7 +30,7 @@ To set up a managed identity using the Azure CLI, use the [az appconfig identity
30
30
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top-right corner of each code block below.
31
31
-[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.
32
32
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:
34
34
35
35
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:
36
36
@@ -66,7 +66,7 @@ To set up a managed identity using the Azure CLI, use the [az appconfig identity
66
66
- Use the embedded Azure Cloud Shell via the "Try It" button, located in the top-right corner of each code block below.
67
67
- [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.
68
68
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:
70
70
71
71
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:
0 commit comments