mirror of
https://github.com/azure/login.git
synced 2026-06-08 15:17:04 +00:00
Updated readme
This commit is contained in:
parent
b85a20eae6
commit
c246ac0b64
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Get started today with a [free Azure account](https://azure.com/free/open-source
|
|||
|
||||
With the Azure login Action, you can automate your workflow to do an Azure login using [Azure service principal](https://docs.microsoft.com/azure/active-directory/develop/app-objects-and-service-principals) and run Azure CLI and Azure PowerShell scripts.
|
||||
|
||||
By default, the action only logs in with the Azure CLI (using the `az login` command). To log in with the Az PowerShell module, set `enable-AzPSSession` to true.
|
||||
By default, the action only logs in with the Azure CLI (using the `az login` command). To log in with the Az PowerShell module, set `enable-AzPSSession` to true. To login to Azure tenants without any subscriptions, set the optional parameter `allow-no-subscriptions` to true.
|
||||
|
||||
This repository contains GitHub Action for [Azure Login](https://github.com/Azure/login/blob/master/action.yml).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue