Skip to content

Commit 52bc0d5

Browse files
authored
Merge pull request #302994 from RoseHJM/mdb-add-video
MDB - Add video
2 parents 61aea4a + a2baf74 commit 52bc0d5

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

articles/dev-box/concept-dev-box-architecture.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ ms.custom: template-concept
1616

1717
In this article, you learn about the architecture and key concepts for Microsoft Dev Box. Microsoft Dev Box gives developers self-service access to preconfigured, and ready-to-code cloud-based workstations. You can configure the service to meet your development team and project structure, and manage security and network settings to access resources securely.
1818

19-
Microsoft Dev Box builds on the same foundations as [Azure Deployment Environments](/azure/deployment-environments/overview-what-is-azure-deployment-environments). Deployment Environments provides developers with preconfigured cloud-based environments for developing applications. Both services are complementary and share certain architectural components, such as a dev center or project.
20-
21-
For an overview of Microsoft Dev Box, see [Beyond VDI: Get secure cloud dev environments with Microsoft Dev Box](https://devblogs.microsoft.com/develop-from-the-cloud/devboxignite2024/).
22-
2319
## How does Microsoft Dev Box work?
2420

2521
Before developers can create dev boxes in the developer portal, you set up a dev center and project in Microsoft Dev Box. The following diagram gives an overview of the relationship between the different components in Microsoft Dev Box.
@@ -30,7 +26,7 @@ A dev center is the top-level resource for Microsoft Dev Box. A dev center conta
3026

3127
A dev box project is the point of access for development teams. You assign a developer the Dev Box User role to a project to grant the developer permissions to create dev boxes. You can create one or more projects in a dev center.
3228

33-
A dev box definition specifies the configuration of the dev boxes, such as the virtual machine image and compute resources for the dev box. You can either choose a VM image from the Azure Marketplace, or use an Azure compute gallery to use custom VM images.
29+
A dev box definition specifies the configuration of the dev boxes, such as the virtual machine image and compute resources for the dev box. You can either choose a VM image from Azure Marketplace, or use an Azure compute gallery to use custom VM images.
3430

3531
A project contains the collection of dev box pools. A dev box pool specifies the configuration for dev boxes, such as the dev box definition, the network connection, and other settings. All dev boxes that are created from a dev box pool share the same configuration.
3632

@@ -50,7 +46,7 @@ Microsoft Dev Box manages the capacity and in-region availability in the Microso
5046

5147
To protect your data, Microsoft Dev Box encrypts the disk by default using a platform-managed key. You don't need to enable BitLocker and doing so can prevent you from accessing your dev box.
5248

53-
For more information about data storage and protection in Azure services see: [Azure customer data protection](/azure/security/fundamentals/protection-customer-data).
49+
For more information about data storage and protection in Azure services, see: [Azure customer data protection](/azure/security/fundamentals/protection-customer-data).
5450

5551
For the network connection, you can also choose between a Microsoft-hosted network connection, and an Azure network connection that you create in your own subscription.
5652

articles/dev-box/concept-dev-box-concepts.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This article describes the key concepts and components of Microsoft Dev Box to h
1717

1818
Microsoft Dev Box gives developers self-service access to preconfigured and ready-to-code cloud-based workstations. You can configure the service to meet your development team and project structure, manage security, and network settings to access resources securely. Different components play a part in the configuration of Microsoft Dev Box.
1919

20-
Microsoft Dev Box builds on the same foundations as [Azure Deployment Environments](/azure/deployment-environments/overview-what-is-azure-deployment-environments). Deployment Environments provides developers with preconfigured cloud-based environments for developing applications. The services are complementary and share certain architectural components, such as a [dev center](#dev-center) or [project](#project).
20+
Watch this video to learn more about Microsoft Dev Box:
21+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=c0df17f8-bafe-494d-9a64-6743de3e5555]
2122
2223
This diagram shows the key components of Dev Box and how they relate to each other. You can learn more about each component in the following sections.
2324

@@ -50,6 +51,10 @@ To enable developers to create their own dev boxes, you must [provide access to
5051

5152
You can configure projects for [Deployment Environments](../deployment-environments/concept-environments-key-concepts.md#projects) and projects for Dev Box resources in the same dev center.
5253

54+
## Project Policies
55+
56+
A project policy in Microsoft Dev Box defines which resources—such as images, networks, and SKUs—are available to a project, enforcing governance and compliance. It ensures that development teams can only use approved resources, helping organizations control and streamline resource usage.
57+
5358
## Dev box definition
5459

5560
A dev box definition specifies a source image and size, including compute size and storage size. Select a source image from Azure Marketplace or a custom image from your own [Azure Compute Gallery](./how-to-configure-azure-compute-gallery.md) instance. Dev Box supports client editions of Windows 10 and Windows 11. You can use dev box definitions across multiple projects in a dev center.

articles/dev-box/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ landingContent:
2525
links:
2626
- text: What is Microsoft Dev Box?
2727
url: overview-what-is-microsoft-dev-box.md
28-
- text: Architecture overview
29-
url: concept-dev-box-architecture.md
3028
- text: Microsoft Dev Box concepts
3129
url: concept-dev-box-concepts.md
30+
- text: Architecture overview
31+
url: concept-dev-box-architecture.md
3232
- text: Microsoft Dev Box Roadmap
3333
url: dev-box-roadmap.md
3434
- linkListType: learn

articles/dev-box/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ items:
2525
href: quickstart-team-customizations.md
2626
- name: Concepts
2727
items:
28+
- name: Key concepts
29+
href: concept-dev-box-concepts.md
2830
- name: Architecture overview
2931
href: concept-dev-box-architecture.md
3032
displayName: Architecture,concepts,what is,overview,dev box,devbox,dev center,devcenter,project,networking,intune,azure
3133
- name: Network requirements
3234
href: concept-dev-box-network-requirements.md
3335
displayName: Network,firewall,endpoints,ports,connect,network connection,native,hybrid,hosted,tags
34-
- name: Key concepts
35-
href: concept-dev-box-concepts.md
3636
- name: Azure role-based access control
3737
href: concept-dev-box-role-based-access-control.md
3838
displayName: RBAC,role-based access control,permissions,access,role,role assignment,role definition

0 commit comments

Comments
 (0)