Skip to main content

astroctl_cloud_azure_machines

astroctl cloud azure machines

List Azure machine types

Synopsis

List available Azure machine types with pricing information.

Examples


# List machine types in eastus
astroctl cloud azure machines list -r eastus

# Filter by CPU and memory
astroctl cloud azure machines list -r eastus --cpuMin 2 --memMax 4096

# Get specific machine type info
astroctl cloud azure machines list -r eastus -m Standard_DC2as_v5

Options

-h, --help help for machines

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO