-
Notifications
You must be signed in to change notification settings - Fork 420
Update deployment-virtual.md - adjust system requirements #3830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
1. consolidating virtual disks which was partly 6 and partly 4. 2. the new requirements allow deployments with only 2 disks.
@Karl-WE : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 782f4e8: ✅ Validation status: passed
For more details, please refer to the build report. |
added OS disks
Learn Build status updates of commit 3040502: ✅ Validation status: passed
For more details, please refer to the build report. |
rename Azure Stack HCI to Azure Local (even though the OS is not renamed but it is so confusing) corrected information about number of disks as I forgot to mention and count OS disk in previous PR.
Learn Build status updates of commit be9f8cd: ✅ Validation status: passed
For more details, please refer to the build report. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Hi @alkohli any news on this? |
Bold text,because validation will fail when not set. The idea was that it's only necessary on adapters when teamed but that's not the case.
Learn Build status updates of commit 5ee0e4a: ✅ Validation status: passed
For more details, please refer to the build report. |
Added teaming
| Virtual machine (VM) type | Secure Boot and Trusted Platform Module (TPM) enabled. | | ||
| vCPUs | Four cores. | | ||
| Memory | A minimum of 24 GB. | | ||
| Memory | A minimum of 32 GB. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To comply with latest HW requirements as per docs
AzL configurator app will hardcheck for 32 GB.
Learn Build status updates of commit 995c1a6: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 1c3b57f: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed Azure Local OS back to Azure Stack HCI. (search and replace error)
Learn Build status updates of commit 765bd02: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed note for support statement
Learn Build status updates of commit 7ba1c1a: ✅ Validation status: passed
For more details, please refer to the build report. |
Changes to system requirements table
Learn Build status updates of commit bbbf593: ✅ Validation status: passed
For more details, please refer to the build report. |
>[!NOTE] | ||
>Microsoft Support doesn't support virtual deployments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Karl-WE - add space between > on both lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please re-review my edit. TY.
``` | ||
1. Create extra drives to be used as the boot disk and hard disks for Storage Spaces Direct. After these commands are executed, six new VHDXs will be created in the `C:\vms\Node1` directory as shown in this example: | ||
1. Create extra drives to be used as one for boot disk and two hard disks for Storage Spaces Direct. After these commands are executed, three new VHDXs will be created in the `C:\vms\Node1` directory as shown in this example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Karl-WE - suggested rewrite:
Create extra drives to be used as one for the boot disk and two hard disks for Storage Spaces Direct.
- After you run these commands, as shown in the example, three new VHDXs appear in the C:\vms\Node1 directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Karl-WE - Great work! Here's my feedback.
@ronmiab thanks for your comments. Do I understand your comments correctly that I am supposed to incorporate your great suggestions or are these done already? Thanks! |
@Karl-WE - I didn't make any updates directly because I wanted to let you review my feedback and decide if you're good with it. Kindly incorporate all suggestions that you're good with. Thanks! |
Updated the title and improved clarity in the instructions regarding MAC address spoofing and teaming for network adapters. added space after pipes |
Learn Build status updates of commit 10533cd: ✅ Validation status: passed
For more details, please refer to the build report. |
consolidating virtual disks which was partly 6 and partly 4.
the new requirements allow deployments with only 2 disks.
Changes to network adapters so that the EnvironmentChecker will not fail.
Raising RAM requirements to comply with new system requirements for Azure Local configurator app.