Example 10226
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 1
auto_scaling: {
enabled: true
min: 2
max: 7
target_cpu: 53
}
}
storage: {
type: "ssd"
size_gb: 380
encrypted: true
}
networking: {
vpc: "vpc-bcfef1b3"
subnet: "10.116.0.0/16"
public_ip: true
}
}