MENU
    Azure
    • 05 Oct 2024
    • 1 Minute to read
    • Dark

    Azure

    • Dark

    Article summary

    The Azure CLI is a set of commands used to create and manage Azure resources. With this component of the Cloud CLI Extension, you can interact with Azure directly from LimaCharlie.

    This extension makes use of the Azure CLI, which can be found here.

    Example

    The following example returns a list of virtual machines and their respective details in Azure.

    - action: extension request
      extension action: run
      extension name: ext-cloud-cli
      extension request:
        cloud: '{{ "az" }}'
        command_line: '{{ "vm list" }}'
        credentials: '{{ "hive://secret/secret-name" }}'
    YAML

    Credentials

    To utilize the Azure CLI, you will need:

    • An application and a service principal with the appropriate permissions and a client secret

    • Create a secret in the secrets manager in the following format:

    appID/clientSecret/tenantID
    Plain text


    Was this article helpful?


    What's Next