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
I am trying to use 'Azure App Configuration Push' in my pipeline, but I get the error:
Failed to parse: /home/vsts/work/1/b/publish_output/remote.settings.json, Unexpected token in JSON at position 0
@ArmandoPitotti I have been able to reproduce the error you are experiencing, kindly check the encoding format of the remote.settings.json file, if the encoding format is UTF-8-BOM kindly update to UTF-8. Please let me know if this helps :) .
Thanks,
Maryanne
I am trying to use 'Azure App Configuration Push' in my pipeline, but I get the error:
Failed to parse: /home/vsts/work/1/b/publish_output/remote.settings.json, Unexpected token in JSON at position 0
My very simple json:
{
"FirstKey":"FirstValue"
}
My task in pipeline for Configuration Push:
inputs:
azureSubscription: 'ServConnection-AzureSubscription'
ConfigstoreName: 'crmtest-appconfig'
ConfigurationFile: '$(Build.BinariesDirectory)/publish_output/remote.settings.json'
Separator: ','
Strict: false
I hope you can help me, Thanks.
The text was updated successfully, but these errors were encountered: