Matt McSpirit
Matt McSpirit
Hey @vijayshinva - I don't believe ARM needs a Storage Account for this part of the process. Instead, you could do the following in your parameters section of the JSON:...
Very strange - nothing has changed with the template or DSC in months, so I'm not sure - I'll have to perform a deployment and take a look. You should...
It may be that DSC hits an error, Azure ARM marks things as "Failed" but the deployment happily continues inside the VM - I've seen this occasionally. Handling reboots is...
I believe you get that error when a run is still going (which it would have, post-reboot). I'd leave it for a while, then run: cd "C:\Packages\Plugins\Microsoft.Powershell.DSC\*\DSCWork\hybridhost.0\HybridHost" Start-DscConfiguration -Path ....
It may be there are a better set of "manual" DSC commands that will allow better visibility into currently running DSC configurations etc - I'm not an expert on those...
OK thanks - so Get-DSCConfigurationStatus will always fail with an error is there is a currently running DSC configuration. I'll need to update the docs there. If deploying the Azure...
Will do - currently have a deployment running that's been going for ~40 mins, so i suspect it will succeed. Kept all the defaults or the VM, E16, EastUS etc.
Success:  Did you choose anything different from the template defaults?
OK, let me try with your selections and go from there. I may have to adjust my quotas! :)
Hey Olivier - sorry for the delay here. I'm not sure I fully understand the goal here either - so, you're saying that you start with an ASDK that's gone...