step-security/Azure Login

Authenticate to Azure and run your Azure CLI or Azure PowerShell based actions or scripts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
credsPaste output of `az ad sp create-for-rbac` as value of secret variable: AZURE_CREDENTIALSno
client-idClientId of the Azure Service principal created.no
tenant-idTenantId of the Azure Service principal created.no
subscription-idAzure subscriptionIdno
enable-AzPSSessionSet this value to true to enable Azure PowerShell Login in addition to Azure CLI loginnofalse
environmentName of the environment. Supported values are azurecloud, azurestack, azureusgovernment, azurechinacloud, azuregermancloud. Default being azurecloudnoazurecloud
allow-no-subscriptionsSet this value to true to enable support for accessing tenants without subscriptionsnofalse
audienceProvide audience field for access-token. Default value is api://AzureADTokenExchangenoapi://AzureADTokenExchange
auth-typeThe type of authentication. Supported values are SERVICE_PRINCIPAL, IDENTITY. Default value is SERVICE_PRINCIPALnoSERVICE_PRINCIPAL

no outputs