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
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ author: RoseHJM
7
7
ms.author: rosemalcolm
8
8
ms.topic: concept-article
9
9
ms.date: 08/22/2025
10
-
ms.custom: template-concept
10
+
ms.custom:
11
+
- template-concept
12
+
- copilot-scenario-highlight
11
13
#Customer intent: As a platform engineer, I want to understand the process, considerations, and configuration options so that I can successfully plan and implement a Microsoft Dev Box deployment.
12
14
---
13
15
@@ -88,6 +90,48 @@ The following table lists requirements that could influence your Microsoft Dev B
88
90
89
91
See also: [Microsoft Dev Box customizations](./concept-what-are-dev-box-customizations.md).
90
92
93
+
## Use AI to plan your deployment
94
+
95
+
You can use AI assistants like GitHub Copilot to help analyze your organizational requirements and generate a tailored Dev Box deployment plan. This is especially useful when you need to make decisions across networking, identity, image strategy, and cost controls.
96
+
97
+
Here's an example prompt you can adapt for your scenario:
98
+
99
+
```copilot-prompt
100
+
Help me plan a Microsoft Dev Box deployment based on these requirements:
101
+
102
+
Organization details:
103
+
- 50 developers across 3 teams (frontend, backend, data science)
104
+
- Teams located in US West and Europe
105
+
- Using Microsoft Entra ID (cloud-only, no on-premises Active Directory)
106
+
- Need access to Azure SQL Database and Azure Kubernetes Service
2. Network connection strategy (Microsoft-hosted vs Azure network connection)
118
+
3. Image strategy (marketplace images, custom images, or image definitions)
119
+
4. Dev box pool configuration for each team and region
120
+
5. Cost optimization recommendations
121
+
```
122
+
123
+
You can customize this prompt to include your specific requirements, such as:
124
+
125
+
- Hybrid connectivity needs for on-premises resources
126
+
- Compliance or security policies (firewalls, NSGs)
127
+
- Existing Azure Compute Gallery images
128
+
- Microsoft Intune conditional access requirements
129
+
130
+
> [!NOTE]
131
+
> AI-generated content can contain errors. Always validate the deployment plan against your organization's policies and the [Microsoft Dev Box architecture](./concept-dev-box-architecture.md) before implementation.
132
+
133
+
For step-by-step guidance on implementing your plan, see the [deployment steps](#deploy-microsoft-dev-box) later in this article.
134
+
91
135
## Prerequisites
92
136
93
137
- An Azure subscription linked to your Microsoft Entra tenant. Dev Box resources and Microsoft Intune must be in the same tenant.
0 commit comments