I want to run an Azure Powershell task in my DevOps pipeline that access and modifies my Azure resources. For this task, I need to select either my Azure subscription or provide a Service Connection in the highlighted dropdown. 
Is there any way to run this script using my previously setup service principal (by using its Application ID, Tenant ID, App Secret and Subscription ID)? Or can I use a Powershell task and somehow do a "az login" using the above service principal?


