Azure

version: "3"
build:
  steps:
    - type: apt-get
      packages: ["curl"]
    - type: command
      command: |
        curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
      user: devzero

Last updated