For every action in the DSC we validate the environment
Open
1-Create-and-provision-host-pool
2-Update-existing-WVD-host-pool
- Dominant language
- PowerShell
- Stars
- 524
- Forks
- 610
- PR merge metrics
- No merged PRs in 30d
Description
The WVD configuration.ps1 script runs these actions multiple times
1. Validate the Service Principle
2. Import the RDS Module
3. Authenticate to the control plane
4. Validate Tenant
By running ValidateServicePrincipal, ImportRDPSMod, AuthenticateRdsAccount and SetTenantGroupContextAndValidate
from the functions.ps1 file.
To deploy 2 hosts it looks like we run this validation ~8 times, it's even in a DSC test script.
Can we run once and set a flag to save time?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.