devpod-provider-azure

command module
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

README

AZURE Provider for DevPod

Join us on Slack! Open in DevPod!

Getting started

The provider is available for auto-installation using

devpod provider add azure
devpod provider use azure

Follow the on-screen instructions to complete the setup.

Needed variables will be:

  • AZURE_RESOURCE_GROUP
  • AZURE_REGION
Creating your first devpod env with azure

After the initial setup, just use:

devpod up .

You'll need to wait for the machine and environment setup.

Be aware that authentication is obtained using Azure's Default Credential authenticator, this uses the CLI tool, the ENV or Certificates, take a look here for more info on how to setup either one of those auth methods.

Customize the VM Instance

This provides has the seguent options

NAME REQUIRED DESCRIPTION DEFAULT
AZURE_DISK_SIZE false The disk size to use. 40
AZURE_IMAGE false The disk image to use. Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest
AZURE_INSTANCE_SIZE false The machine type to use. Standard_D11_v2
AZURE_REGION true The azure region to use
AZURE_RESOURCE_GROUP true The azure resource group name
AZURE_SUBSCRIPTION_ID true The azure subscription id

Options can either be set in env or using for example:

devpod provider set-options -o AZURE_IMAGE=Vendor:Item:Version:Tag

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
hack
provider command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL