Any idea why cli deployment could be failing We'r...
# python
f
Any idea why cli deployment could be failing We're trying to deploy from gitlab to azure, and it seems not to work
raise invoke_error
Exception: invoke of azure-native:resources:getResourceGroup failed: invocation of azure-native:resources:getResourceGroup returned an error: building auth config: obtain subscription(f15d5330-8e98-43e0-ac1e-3a08e5702508) from Azure CLI: Error parsing json result from the Azure CLI: Error waiting for the Azure CLI: exit status 1
error: an unhandled error occurred: Program exited with non-zero exit code: 1
Config looks like below
Copy code
config:
  azure-native:clientId: xxx
  azure-native:clientSecret:
    secure: xxx
  azure-native:environment: public
  azure-native:location: xxx
  azure-native:subscriptionId: xxx
  azure-native:tenantId: xxx
  azure:clientId: xxx
  azure:clientSecret:
    secure: xxx
  azure:environment: public
  azure:location: xxx
  azure:subscriptionId: xxx
  azure:tenantId: xxx
  service-bus:data:
     ....