Skip to content

Commit 1b9012f

Browse files
committed
Expand deployment plan section
1 parent 50fb6ed commit 1b9012f

File tree

1 file changed

+60
-26
lines changed

1 file changed

+60
-26
lines changed

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

Lines changed: 60 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -73,32 +73,66 @@ The following table lists requirements that could influence your Microsoft Dev B
7373

7474
## Microsoft Dev Box deployment plan
7575

76-
77-
78-
Describe for each design area what the considerations are and, optionally, the recommendations. For complex areas, we might refer to a separate conceptual article, such as Intune configuration or networking.
79-
80-
1. Azure subscription
81-
1. Dev center
82-
- Considerations
83-
- Recommendations
84-
1. Networking
85-
- Considerations
86-
- Recommendations
87-
1. Compute galleries
88-
- Considerations
89-
- Recommendations
90-
1. Dev box definitions
91-
- Considerations
92-
- Recommendations
93-
1. Projects
94-
- Considerations
95-
- Recommendations
96-
1. Dev box access (browser vs RDP client)
97-
- Considerations
98-
- Recommendations
99-
1. Intune configuration
100-
- Considerations
101-
- Recommendations
76+
After you've defined your requirements for Microsoft Dev Box within your organization, you can start the deployment. To set up Microsoft Dev Box to give developers self-service access to dev boxes, follow these steps.
77+
78+
### Step 1: Configure Azure subscription
79+
Needs to be same tenant as Intune
80+
https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-subscriptions
81+
82+
### Step x: Configure network
83+
- vnets, vnet peering
84+
- firewalls
85+
- NSGs
86+
- gateways
87+
- expressroute
88+
- VPN
89+
90+
### Step x: Configure security groups for role-based access control
91+
- project admins
92+
- dev box users
93+
94+
### Step x: Create dev center
95+
96+
97+
### Step x: Configure network connections
98+
- Azure networking connections
99+
- Hosted networking connections
100+
101+
### Step x: Create compute galleries
102+
- Marketplace vs compute gallery
103+
- create galleries
104+
- create custom images
105+
- consider base image and apply customizations
106+
107+
### Step x: Attach catalog
108+
- create repo
109+
- add customization tasks
110+
111+
### Step x: Create dev box definitions
112+
- align with dev team leads
113+
- shared among all projects
114+
- link compute resources & VM image
115+
- GPU vs CPU needs
116+
- Consider pricing
117+
118+
### Step x: Create projects
119+
- Assign security group for Project admins
120+
- Assign security group for dev box users
121+
- consider limitations of dev boxes per developer
122+
123+
### Step x: Create dev box pools
124+
- Owner: Project admin
125+
- links dev box definition & network connection
126+
- Consider location of developers
127+
- Consider auto-stop
128+
129+
### Step x: Configure dev box access
130+
RDP vs browser
131+
132+
### Step x: Configure Microsoft Intune
133+
- device configuration
134+
- licenses
135+
- conditional access policies
102136

103137
## Related content
104138

0 commit comments

Comments
 (0)