Skip to main content

astroctl_cloud_azure

astroctl cloud azure

Azure cloud operations

Synopsis

Azure-specific commands for cloud account connection and utilities.

Commands: connect Connect your Azure subscription for cluster provisioning credentials Get temporary Azure credentials for debugging k8s-versions Get supported Kubernetes versions machines List Azure machine types with pricing regions List Azure regions and zones

Examples


# Connect your Azure subscription
astroctl cloud azure connect --subscription-id 00000000-0000-0000-0000-000000000000 --resource-group rg-astro --region eastus --cluster-name prod

# Get temporary Azure credentials
astroctl cloud azure credentials --cluster-name prod

# Get supported AKS Kubernetes versions
astroctl cloud azure k8s-versions

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

# List zones in an Azure region
astroctl cloud azure regions zones list -r eastus

# List Azure regions
astroctl cloud azure regions list

Options

-h, --help help for azure

Options inherited from parent commands

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

SEE ALSO