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: docs/01_set_up_dev_env/0102.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If developers are working on multiple projects, they may even have challenges wi
15
15
16
16
If you do want to try to create a custom image instead of using a pre-built definition, review the Advanced Challenges section below. Note that this advanced challenge may take upwards of two hours to complete.
17
17
18
-
1. Create a dev box definition using the latest version of the **Visual Studio 2022 Pro on Windows 11 Enterprise + Microsoft 365 Apps 23H2** image. Call this definition `MPPDeveloperDefinition`. Set the compute to 8 vCPU and 32 GB of RAM and the storage to 256 GB SSD.
18
+
1. Create a dev box definition using the latest version of the **Visual Studio 2022 Pro on Windows 11 Enterprise + Microsoft 365 Apps 23H2** image. Call this definition `MPPDeveloperDefinition`. Set the compute to 8 vCPU and 32 GB of RAM and the storage to 256 GB SSD (or the smallest available value).
19
19
2. Create a dev box pool using your definition. Ensure that it deploys to the network connection you created in the prior task and that users should have Local Administrator rights.
20
20
3. Instantiate the machine using the [Microsoft developer portal](https://devportal.microsoft.com/).
21
21
4. Install the following software on your machine:
@@ -49,8 +49,8 @@ If you do want to try to create a custom image instead of using a pre-built defi
49
49
- Name: "MPPDeveloperDefinition"
50
50
- Image: Visual Studio 2022 Pro on Windows 11 Enterprise + Microsoft 365 Apps 23H2
51
51
- Image version: Latest
52
-
- Compute: 8vCPU, 32 GB RAM
53
-
- Storage: 256 GB SSD
52
+
- Compute: 8vCPU, 32 GB RAM (or the smallest you can choose)
53
+
- Storage: 256 GB SSD (or the smallest you can choose)
54
54
55
55

0 commit comments