Initializing the backend.Error: Invalid backend configuration argument - Azure Pipeline

Hi,

while trying run terraform commands in Azure pipeline always I see below error. I am not using these tags in main.tf or backen.tf, only in azure yaml I defined to get auth info via service principal where details are available.

Starting: TerraformTaskV1

Task : Terraform
Description : Execute terraform commands to manage resources on AzureRM, Amazon Web Services(AWS) and Google Cloud Platform(GCP)
Version : 0.202.21
Author : Microsoft Corporation
Help : Learn more about this task

/opt/hostedtoolcache/terraform/1.4.6/x64/terraform init -backend-config=storage_account_name=storageaccountiac4 -backend-config=container_name=cineriac -backend-config=key=terraform.tfstate -backend-config=resource_group_name=mye-group-iac -backend-config=arm_subscription_id=78e8bb8b-e49f-411c-a93d-XXXXX0 -backend-config=arm_tenant_id=5c5b9b48-fb5a-4c94-aXXXXX4b8795e9c -backend-config=arm_client_id=*** -backend-config=arm_client_secret=***

Initializing the backend…

│ Error: Invalid backend configuration argument

│ The backend configuration argument “arm_subscription_id” given on the
│ command line is not expected for the selected backend type.


│ Error: Invalid backend configuration argument

│ The backend configuration argument “arm_tenant_id” given on the command
│ line is not expected for the selected backend type.


│ Error: Invalid backend configuration argument

│ The backend configuration argument “arm_client_id” given on the command
│ line is not expected for the selected backend type.


│ Error: Invalid backend configuration argument

│ The backend configuration argument “arm_client_secret” given on the command
│ line is not expected for the selected backend type.