AzCLI​Az​C​L​I

Execute one or more az commands from a Command Line Interface. We recommend using a Service Principal and a Client Secret for authentication. To create a Service Principal and Client Secret, you can use the following documentation. Then, use the generated appId as the username and the generated password as the password in the Kestra task configuration. Finally, pass the returned tenantId to the tenant field in the Kestra task configuration and set servicePrincipal to true.

yaml
type: "io.kestra.plugin.azure.cli.AzCLI"