Skip to content

hesbon-osoro/pulumi-azure

Repository files navigation

Azure

Getting started with Azure

  1. Install Azure CLI

    sudo apt install azure-cli

  2. Login to Azure

    az login

  3. Create a directory for your project and move into it.

    mkdir pulumi-azure && cd pulumi-azure

  4. Create your first Pulumi project and stack!

    pulumi new azure-typescript

  5. Deploy it!

    pulumi up