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/dev-box/concept-dev-box-deployment-guide.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ You might consider creating multiple dev centers in the following cases:
131
131
132
132
- If different people need to own and maintain the dev center resource in Azure.
133
133
134
+
> [!Note]
134
135
> The Azure region where the dev center is located does not determine the location of the dev boxes.
135
136
136
137
Learn more about how to [create a dev center for Microsoft Dev Box](./quickstart-configure-dev-box-service.md).
@@ -141,7 +142,7 @@ Network connections control where dev boxes are created and hosted, and enable y
141
142
142
143
Microsoft-hosted network connections provide network connectivity in a SaaS manner. Microsoft manages the network infrastructure and related services for your dev boxes. Microsoft-hosted networks are a cloud-only deployment with support for Microsoft Entra join. This option isn't compatible with the Microsoft Entra hybrid join model.
143
144
144
-
A Microsoft-hosted network connection is created and assigned to a specific dev center project. You can create multiple network connections per project. The network connection created in a project are not shared with other projects.
145
+
A Microsoft-hosted network connection is created and assigned to a specific dev center project. You can create multiple network connections per project. The network connections created in a project are not shared with other projects.
145
146
146
147
You can also use Azure network connections (bring your own network) to connect to Azure virtual networks and optionally connect to corporate resources. With Azure network connections, you manage and control the entire network setup and configuration. You can use either Microsoft Entra join or Microsoft Entra hybrid join options with Azure network connections, enabling you to connect to on-premises Azure Active Directory Domain Services.
147
148
@@ -167,7 +168,7 @@ Consider using an Azure compute gallery in the following cases:
167
168
- Development teams can choose from images that are preconfigured with software components and configurations for their project or usage scenario. For example, images for data science projects, front-end web development, and more.
168
169
- You want to maintain the images in a single location and use them across dev centers, projects, and pools.
169
170
170
-
When you create custom VM images, also consider using [dev box customization tasks](#step-7-attach-catalog) to limit the number of VM image variants and enable developers to fine-tune their dev box configuration themselves. For example, you might create a gneral-purpose development image, and use customization to let developers configure it for specific development tasks and preconfigure their source code repository.
171
+
When you create custom VM images, also consider using [dev box customization tasks](#step-7-attach-catalog) to limit the number of VM image variants and enable developers to fine-tune their dev box configuration themselves. For example, you might create a general-purpose development image, and use customization to let developers configure it for specific development tasks and preconfigure their source code repository.
171
172
172
173
Learn more about how to [configure a compute gallery for a dev center](./how-to-configure-azure-compute-gallery.md).
173
174
@@ -218,7 +219,7 @@ Consider using a Microsoft Entra ID group for managing access for dev box users
218
219
Consider creating a dev center project in the following cases:
219
220
220
221
- You want to provide a development team with a set of standardized cloud developer workstations for their software development project
221
-
- You have multiple development projects that have separate project adminstrators and access permissions
222
+
- You have multiple development projects that have separate project administrators and access permissions
222
223
223
224
Learn more about [how to create and manage projects](./how-to-manage-dev-box-projects.md).
224
225
@@ -261,7 +262,7 @@ Some usage scenarios for conditional access in Microsoft Dev Box include:
261
262
262
263
Learn how you can [configure conditional access policies for Dev Box](./how-to-configure-intune-conditional-access-policies.md).
263
264
264
-
#### Backup and restore a dev box
265
+
#### Back up and restore a dev box
265
266
266
267
Microsoft Intune provides backup functionality for dev boxes. It automatically sets regular restore points, and enables you to create a manual restore point, just as you would for a [Cloud PC](/windows-365/enterprise/create-manual-restore-point).
0 commit comments