equinor/AzConnect - Connect to Azure
Connect to Azure with Az CLI, Azure PowerShell, Azure AD PowerShell, MSGraph
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| TenantID | Specifies the tenant to log in to. Default: env.TenantID | no | — |
| AppID | Specifies the application id to log in with. Default: env.AppID | no | — |
| AppSecret | Specifies the secret for the application id. Default: env.AppSecret | no | — |
| Subscription | Specifies the subnscription name or id to log in to. Default: env.Subscription | no | — |
| AzEnvironment | Specified the azure environment which contains the Azure tenant. Default: env.AzEnvironment | no | — |
| AzCLIEnabled | Logs on with Azure CLI. Default: env.AzCLIEnabled | no | true |
| UpgradeAzCLI | Upgrade AzCLI to most recent version. Default: env.UpgradeAzCLI | no | false |
| AzPowershellEnabled | Enable Azure PowerShell support. Default: env.AzPowershellEnabled | no | false |
| AzureADEnabled | Enable AzureAD support on runner. Requires AzPowershellEnabled to work. Default: env.AzureADEnabled | no | false |
| AzureADPreview | Use AzureADPreview functionality. Requires AzPowershellEnabled and AzureADEnabled to work. Default: env.AzureADPreview | no | false |
| MSGraphEnabled | Enable MSGraph support on runner. Default: env.MSGraphEnabled | no | false |
Outputs
no outputs