jbenaventem/Azure Login
Authenticate to Azure and run your Az CLI or Az PowerShell based Actions or scripts. github.com/Azure/Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| creds | Paste output of `az ad sp create-for-rbac` as value of secret variable: AZURE_CREDENTIALS | no | — |
| client-id | ClientId of the Azure Service principal created. | no | — |
| tenant-id | TenantId of the Azure Service principal created. | no | — |
| subscription-id | Azure subscriptionId | no | — |
| enable-AzPSSession | Set this value to true to enable Azure PowerShell Login in addition to Az CLI login | no | false |
| environment | Name of the environment. Supported values are azurecloud, azurestack, azureusgovernment, azurechinacloud, azuregermancloud. Default being azurecloud | no | azurecloud |
| allow-no-subscriptions | Set this value to true to enable support for accessing tenants without subscriptions | no | false |
| audience | Provide audience field for access-token. Default value is api://AzureADTokenExchange | no | api://AzureADTokenExchange |
Outputs
no outputs