Skip to content

Commit 3be72ff

Browse files
authored
Fix blocking issues
1 parent 234e1e7 commit 3be72ff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/dev-box/concept-dev-box-deployment-guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ You might consider creating multiple dev centers in the following cases:
131131

132132
- If different people need to own and maintain the dev center resource in Azure.
133133

134+
> [!Note]
134135
> The Azure region where the dev center is located does not determine the location of the dev boxes.
135136
136137
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
141142

142143
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.
143144

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.
145146

146147
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.
147148

@@ -167,7 +168,7 @@ Consider using an Azure compute gallery in the following cases:
167168
- 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.
168169
- You want to maintain the images in a single location and use them across dev centers, projects, and pools.
169170

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.
171172

172173
Learn more about how to [configure a compute gallery for a dev center](./how-to-configure-azure-compute-gallery.md).
173174

@@ -218,7 +219,7 @@ Consider using a Microsoft Entra ID group for managing access for dev box users
218219
Consider creating a dev center project in the following cases:
219220

220221
- 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
222223

223224
Learn more about [how to create and manage projects](./how-to-manage-dev-box-projects.md).
224225

@@ -261,7 +262,7 @@ Some usage scenarios for conditional access in Microsoft Dev Box include:
261262

262263
Learn how you can [configure conditional access policies for Dev Box](./how-to-configure-intune-conditional-access-policies.md).
263264

264-
#### Backup and restore a dev box
265+
#### Back up and restore a dev box
265266

266267
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).
267268

0 commit comments

Comments
 (0)