MicrosoftLearning / MicrosoftLearning/AZ-040T00-Automating-Administration-with-PowerShell
Lab09 - Create VM section w/Powershell section defaulting to v3
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 120
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
Just submitting this in the hopes a "Size" line could be added to the following PS block in the instructions:
$vmParams = @{
ResourceGroupName = ''
Name = 'TestVM1'
Location = 'westeurope'
ImageName = 'Win2022Datacenter'
PublicIpAddressName = 'TestPublicIp'
Credential = $cred
OpenPorts = 3389
}
We're running into an issue where without a specifically defined Size param, it's defaulting to Standard_D2S_v3 and subsequently failing due to lack of quota. If we could get a size line with v6/v7, it would be much appreciated!
Thank you,
Alex
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the Lab09 Create VM instructions containing the shown PowerShell $vmParams block. Add an explicit VM Size using the requested v6/v7 family, then review the instructions to confirm the example avoids the Standard_D2S_v3 quota issue and remains consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, powershell
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100