Azure CLI - Features, integrations, alternatives & more
What it does
It launches a container with pre-installed Azure CLI and executes the commands using provided authentication details.
How it works
The action acts the same way as an API client. It allows you to run any type of operation in the Microsoft's cloud. You can, for instance, create a virtual machine, manage App Service instances or arrange containers on an AKS cluster.
Action preview

Azure CLI Action Features
- The field Run commands supports multiple commands (one per line), piping commands together, or splitting a single command into multiple lines with (backslash) at the end of each line
- The commands support Environment Variables
- The action supports conditional execution: it can be run on each execution, only if there are changes in the repository or specific paths since last execution or if an environment variable has a specific value