-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Description
Hi, I'm working in Azure Gov and I'm trying to push my config json file to an App Config service and I keep getting an error:
##[error]Failed to parse: .......path to file
the file looks like this:
{
"Key1": "value"
}
I am using Azure Pipelines in our DevOps instance. The pipeline is using a service principle that has permissions to the resource group (it is successfully deploying to an app service) and has the "App Configuration Data Owner" role on the config service.
The error is a bit non-specific, do you have any ideas on what I can do to further troubleshoot this?
Reactions are currently unavailable