Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
120 stars 99 forks source link

The subscription of 'subscription_id' doesn't exist in cloud 'AzureCloud' #17

Closed prabhaharanv closed 4 years ago

prabhaharanv commented 4 years ago

Hi, ERROR: The subscription of 'subscription_id' doesn't exist in cloud 'AzureCloud'. is thrown at 'Login on Azure CLI' job when running docker pipeline. I have same tenant id for 5 of my azure subscriptions.

fedeoliv commented 4 years ago

Hi @prabhaharanv , could you please check what is the value of the ARM_SUBSCRIPTION_ID variable in the JMETER_AZURE_PRINCIPAL variable group on Azure DevOps? Looks like this value is missing there.

prabhaharanv commented 4 years ago

Thanks for the timely response @fernandoBRS. You rightly pointed it out. Now, it works fine :)