Hi,
I write some command in Azure CLI and i get user account:
$usern = Read-host ('Enter User name in format (AccountName@mycompany.com)')
This account using my script for deploy template, and create Azure API connections.
But, how do i can Authorize this user in Azure CLI, or or how can I give the user the option to enter their credentials and how can I authorize the received data in the connector using the Azure CLI?
Thank you!