The Windows Provision script throws the following error , and it is not installing anything on the instace:
PS C:\AzureData> .\oeWindowsProvision.ps1
At C:\AzureData\oeWindowsProvision.ps1:378 char:5
+ "@
+ ~~
White space is not allowed before the string terminator.
At C:\AzureData\oeWindowsProvision.ps1:370 char:31
+ function Add-RegistrySettings {
+ ~
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : WhitespaceBeforeHereStringFooter
After fixing the whitespace typo, the installation hangs at installing Azure DCAP client.
InstallAzureDCAP.ps1 is waiting for input as it expects a parameter localPath to be defined.
Add-RegistrySettings function restarts the instance before provisioning is complete
After fixing the whitespace typo, the installation hangs at installing Azure DCAP client. InstallAzureDCAP.ps1 is waiting for input as it expects a parameter localPath to be defined.
Add-RegistrySettings function restarts the instance before provisioning is complete