Skip to content

Commit 31431a7

Browse files
committed
updates
1 parent 223d5bf commit 31431a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/deployment-environments/concept-environments-key-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ An environment is a collection of Azure resources on which your application is d
4949

5050
In Deployment Environments, you use [managed identities](../active-directory/managed-identities-azure-resources/overview.md) to provide elevation-of-privilege capabilities. Identities can help you provide self-serve capabilities to your development teams without giving them access to the target subscriptions in which the Azure resources are created.
5151

52-
The managed identity attached to the dev center or project needs to be granted appropriate access to connect to the catalogs. You should grant Contributor and User Access Administrator access to the target deployment subscriptions that are configured at the project level. The Deployment Environments uses the specific managed identity to perform the deployment on behalf of the developer.
52+
The managed identity attached to the dev center or project needs to be granted appropriate access to connect to the catalogs. You should grant Contributor and User Access Administrator access to the target deployment subscriptions that are configured at the project level. Deployment Environments uses the specific managed identity to perform the deployment on behalf of the developer.
5353

5454
## Dev center environment types
5555

@@ -82,7 +82,7 @@ An environment definition is a combination of an IaC template and an environment
8282

8383
Deployment Environments supports three [built-in roles](../role-based-access-control/built-in-roles.md):
8484

85-
- **Dev Center Project Admin**. Creates environments and manages the environment types for a project.
85+
- **DevCenter Project Admin**. Creates environments and manages the environment types for a project.
8686
- **Deployment Environments User**. Creates environments based on appropriate access.
8787
- **Deployment Environments Reader**. Reads environments that other users create.
8888

0 commit comments

Comments
 (0)