i have a CI system in gitlab and all our repos use...
# azure
g
i have a CI system in gitlab and all our repos use the same CI config in a central repo. My current problem in one of them is this error which may be a red herring but I’m not sure. ENVVAR are set for clientid, client secret, tenantid and subscription id. is there a way to get more verbose logs about this
azure-native:web:AppServicePlan Staging-homepage-appplan  error: building auth config: obtain subscription() from Azure CLI: Error parsing json result from the Azure CLI: Error waiting for the Azure CLI: exit status 1
e
Is each CI system using the same version of the azure CLI? I think we’ve seen some odd differences in auth based on the cli version. I’ll ping our azure team if they’ve got any other thoughts.
g
they are yeah
so we have multiple repos pointing to a repo that contains the gitlab-ci.yml and so they all use the same docker image that builds each repo’s project
so in theory if it works for one it should work for all
e
Odd. I’ve pinged our azure team internally if they’ve got any ideas, and if we could make these error messages better.
g
👍 thanks