You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error i am getting:
==> azure-arm: Provisioning with Powershell...
==> azure-arm: Provisioning with powershell script: C:\Users\VSSADM~1\AppData\Local\Temp\powershell-provisioner098073359
==> azure-arm: AppInstallsStorageAccountName : The term 'AppInstallsStorageAccountName' is not recognized as the name of a cmdlet,
==> azure-arm: function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
==> azure-arm: At C:\Windows\Temp\script-60911f9d-8fde-ee90-1cbb-1aeff1ba219d.ps1:3 char:20
==> azure-arm: + $Usr='AzureAD'+"$(AppInstallsStorageAccountName)"
==> azure-arm: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> azure-arm: + CategoryInfo : ObjectNotFound: (AppInstallsStorageAccountName:String) [], ParentContainsErrorRecordException
==> azure-arm: + FullyQualifiedErrorId : CommandNotFoundException
Any clue where i misconfigured something?
The text was updated successfully, but these errors were encountered:
So i followed this guide https://jrudlin.github.io/2019-09-02-windows-virtual-desktop-azure-devops-ci-cd-packer-build-and-release/ and its building the image fine, except that it gives an error when connecting to the Azure file Share through powershell.
https://pastebin.com/yu6P1Uq2 This is my config.json file
The error i am getting:$Usr='AzureAD'+"$ (AppInstallsStorageAccountName)"
==> azure-arm: Provisioning with Powershell...
==> azure-arm: Provisioning with powershell script: C:\Users\VSSADM~1\AppData\Local\Temp\powershell-provisioner098073359
==> azure-arm: AppInstallsStorageAccountName : The term 'AppInstallsStorageAccountName' is not recognized as the name of a cmdlet,
==> azure-arm: function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
==> azure-arm: At C:\Windows\Temp\script-60911f9d-8fde-ee90-1cbb-1aeff1ba219d.ps1:3 char:20
==> azure-arm: +
==> azure-arm: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> azure-arm: + CategoryInfo : ObjectNotFound: (AppInstallsStorageAccountName:String) [], ParentContainsErrorRecordException
==> azure-arm: + FullyQualifiedErrorId : CommandNotFoundException
Any clue where i misconfigured something?
The text was updated successfully, but these errors were encountered: