DevZero Logo
DevZero

Azure - az CLI

Azure starter template for DevZero.

OPEN IN DEVZERO
Azure

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

On this page

No Headings