- task: PowerShell@2
inputs:
targetType: 'filepath'
filePath: $(System.DefaultWorkingDirectory)/psscript.ps1
arguments: >
-ContainerName $(ContainerName
**-Url $(Url) + '&sub-key=' + $(SubscriptionKey)**
displayName: 'Uploading files'
-URL is not working
error | You must provide a value expression following the '+' operator.