Example 5235

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 1
auto_scaling: {
enabled: true
min: 3
max: 14
target_cpu: 56
}
}

storage: {
type: "nvme"
size_gb: 277
encrypted: true
}

networking: {
vpc: "vpc-aed4b92f"
subnet: "10.241.0.0/16"
public_ip: false
}
}

See also