What is the differnce between variable and parameter when calling az pipeline run?
How to pass multiple varibles are parameters. Is this doable ?
az pipelines run --name "{pipeline.name}" --variables Param1={Value1} Param2={Value2}
az pipelines run --name "{pipeline.name}" --parameters Param1={Value1} Param2={Value2}