Skip to content

Commit 023a915

Browse files
committed
updates
1 parent a6e9910 commit 023a915

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,32 +89,32 @@ The managed identity that represents your dev center requires access to the subs
8989
1. In your dev center, in left menu, under **Settings**, select **Identity**.
9090
1. Under **System assigned** > **Permissions**, select **Azure role assignments**.
9191

92-
:::image type="content" source="media/quickstart-create-and-configure-devcenter/system-assigned-managed-identity.png" alt-text="Screenshot that shows a system-assigned managed identity with Role assignments highlighted." lightbox="media/quickstart-create-and-configure-devcenter/system-assigned-managed-identity.png":::
92+
:::image type="content" source="media/quickstart-create-and-configure-devcenter/system-assigned-managed-identity.png" alt-text="Screenshot that shows a system-assigned managed identity. Azure role assignments is highlighted." lightbox="media/quickstart-create-and-configure-devcenter/system-assigned-managed-identity.png":::
9393

9494
1. To give Contributor access to the subscription, select **Add role assignment (Preview)**, enter or select the following information, and then select **Save**:
9595

9696
|Name |Value |
9797
|---------|----------|
9898
|**Scope**|Subscription|
99-
|**Subscription**|Select the subscription in which to use the managed identity.|
99+
|**Subscription**|Select the subscription in which to use the managed identity|
100100
|**Role**|Contributor|
101101

102102
1. To give User Access Administrator access to the subscription, select **Add role assignment (Preview)**, enter or select the following information, and then select **Save**:
103103

104104
|Name |Value |
105105
|---------|----------|
106106
|**Scope**|Subscription|
107-
|**Subscription**|Select the subscription in which to use the managed identity.|
107+
|**Subscription**|Select the subscription in which to use the managed identity|
108108
|**Role**|User Access Administrator|
109109

110110
## Create an environment type
111111

112-
Use an environment type to help you define the different types of environments your development teams can deploy. You can apply different settings for each environment type.
112+
An environment type can help you define the different types of environments that your development teams can deploy. You can apply different settings for each environment type.
113113

114114
1. In the Azure portal, go to Azure Deployment Environments.
115115
1. In **Dev centers**, select your dev center.
116-
1. In the left menu under **Environment configuration**, select **Environment types**, and then select **Create**.
117-
1. In **Create environment type**, enter the following information, and then select **Add**.
116+
1. In the left menu, under **Environment configuration**, select **Environment types**, and then select **Create**.
117+
1. In **Create environment type**, enter the following information, and then select **Add**:
118118

119119
|Name |Value |
120120
|---------|----------|
@@ -127,15 +127,15 @@ An environment type that you add to your dev center is available in each project
127127

128128
## Create a project
129129

130-
In Azure Deployment Environments, a project represents a team or business function within the organization. For example, you might create a project for the implementation of an e-commerce application, which has a development, staging, and production environment. For another project, you might define a different configuration.
130+
In Deployment Environments, a project represents a team or business function within the organization. For example, you might create a project for the implementation of an e-commerce application that has development, staging, and production environments. For another project, you might define a different configuration.
131131

132132
When you associate a project with a dev center, all the settings for the dev center are automatically applied to the project. Each project can be associated with only one dev center.
133133

134-
To create an Azure Deployment Environments project in your dev center:
134+
To create an Deployment Environments project in your dev center:
135135

136136
1. In the [Azure portal](https://portal.azure.com), go to Azure Deployment Environments.
137137

138-
1. In the left menu under **Configure**, select **Projects**.
138+
1. In the left menu, under **Configure**, select **Projects**.
139139

140140
1. In **Projects**, select **Create**.
141141

@@ -145,31 +145,31 @@ To create an Azure Deployment Environments project in your dev center:
145145
|----------|-----------|
146146
|**Subscription** |Select the subscription in which you want to create the project. |
147147
|**Resource group**|Either use an existing resource group or select **Create new** and enter a name for the resource group. |
148-
|**Dev center**|Select a dev center to associate with this project. All settings for the dev center apply to the project. |
148+
|**Dev center**|Select a dev center to associate with the project. All settings for the dev center apply to the project. |
149149
|**Name**|Enter a name for the project. |
150150
|**Description** (Optional) |Enter any project-related details. |
151151

152152
1. On the **Review + Create** tab, wait for deployment validation, and then select **Create**.
153153

154-
1. Confirm that the project was successfully created by checking your Azure portal notifications. Then, select **Go to resource**. Confirm that you see the project overview pane.
154+
1. Confirm that the project was successfully created by checking your Azure portal notifications. Then select **Go to resource**. Confirm that you see the project overview pane.
155155

156156
## Create a project environment type
157157

158-
In Azure Deployment Environments, project environment types are a subset of the environment types that you configure for the dev center. They help you preconfigure the types of environments that specific development teams can create.
158+
In Deployment Environments, project environment types are a subset of the environment types that you configure for the dev center. They help you preconfigure the types of environments that specific development teams can create.
159159

160160
To configure a project, add a [project environment type](how-to-configure-project-environment-types.md):
161161

162162
1. In the Azure portal, go to your project.
163163

164-
1. In the left menu under **Environment configuration**, select **Environment types**, and then select **Add**.
164+
1. In the left menu, under **Environment configuration**, select **Environment types**, and then select **Add**.
165165

166166
:::image type="content" source="media/quickstart-create-and-configure-devcenter/add-environment-types.png" alt-text="Screenshot that shows the Environment types pane." lightbox="media/quickstart-create-and-configure-devcenter/add-environment-types.png":::
167167

168168
1. In **Add environment type to \<project-name\>**, enter or select the following information:
169169

170170
|Name |Value |
171171
|---------|----------|
172-
|**Type**| Select a dev center level environment type to enable for the specific project.|
172+
|**Type**| Select a dev center-level environment type to enable for the specific project.|
173173
|**Deployment subscription**| Select the subscription in which the environment is created.|
174174
|**Deployment identity** | Select either a system-assigned identity or a user-assigned managed identity to perform deployments on behalf of the user.|
175175
|**Permissions on environment resources** > **Environment creator role(s)**| Select the roles to give access to the creator of the environment resources.|
@@ -182,7 +182,7 @@ To configure a project, add a [project environment type](how-to-configure-projec
182182
183183
## Give access to the development team
184184

185-
Before developers can create environments based on the environment types in a project, you must provide access for them through a role assignment at the level of the project. The Deployment Environments User role enables users to create, manage, and delete their own environments. You must have sufficient permissions to a project before you can add users to it.
185+
Before developers can create environments based on the environment types in a project, you must provide access for them via a role assignment at the level of the project. The Deployment Environments User role enables users to create, manage, and delete their own environments. You must have sufficient permissions to a project before you can add users to it.
186186

187187
1. In the Azure portal, go to your project.
188188

@@ -203,9 +203,9 @@ Before developers can create environments based on the environment types in a pr
203203
[!INCLUDE [note-deployment-environments-user](includes/note-deployment-environments-user.md)]
204204

205205

206-
## Next steps
206+
## Next step
207207

208-
In this quickstart, you created a dev center and configured it with an identity, a catalog, and an environment type. Then you created a project and granted project access to your development team. To learn about how your development team members can create environments, advance to the next quickstart.
208+
In this quickstart, you created a dev center and configured it with an identity, a catalog, and an environment type. You then created a project and granted project access to your development team. To learn about how your development team members can create environments, go to the next quickstart.
209209

210210
> [!div class="nextstepaction"]
211211
> [Quickstart: Create and access an environment](quickstart-create-access-environments.md)

0 commit comments

Comments
 (0)