Hello
i tried Azure DevOps Pipeline Service..
i located my agent in Azure file share and My file share system is configured on a virtual network.
My agent would have to access the files on the local machine and save the output on the local machine.
but when i run pipeline. i got Error like this.
C:\windows\system32\cmd.exe /D /S /C ""C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin\az.cmd" account
set --subscription 47ea9324-4b4e-4b27-9452-1ab198b2a7a2"
C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -NoProfile -NonInteractive -ExecutionPolicy > Unrestricted -Command ". 'Z:\agent_work_temp\azureclitaskscript1607488087137.ps1'"
. : AuthorizationManager check failed.
At line:1 char:3
- . 'Z:\agent_work_temp\azureclitaskscript1607488087137.ps1'
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : SecurityError: (:) [], PSSecurityException
- FullyQualifiedErrorId : UnauthorizedAccess
[error]Script failed with exit code: 1
Is there any way to solve it?