Skip to content

Commit 408bdea

Browse files
committed
Fix #16 - Update
1 parent 5d3787d commit 408bdea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/01_set_up_dev_env/0102.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If developers are working on multiple projects, they may even have challenges wi
1515

1616
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.
1717

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).
1919
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.
2020
3. Instantiate the machine using the [Microsoft developer portal](https://devportal.microsoft.com/).
2121
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
4949
- Name: "MPPDeveloperDefinition"
5050
- Image: Visual Studio 2022 Pro on Windows 11 Enterprise + Microsoft 365 Apps 23H2
5151
- 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)
5454

5555
![Create a new dev box definition](../../Media/0102_CreateDevBoxDefinition2.png)
5656

0 commit comments

Comments
 (0)