Azure – Terraform state file in different subscription: ERROR: Please run 'az login' to setup account
I am working with Terraform in an Azure DevOps pipeline and I need to initialize Terraform with backend configuration parameters. Here is my Terraform configuration: terraform { required_providers { azurerm = {} } backend "azurerm" {} } I want to…