stado web edge provision
Invocation
stado web edge provision [OPTIONS] --contact <CONTACT> <NAME>Purpose
Create the edge host on Azure and record it as the fleet's edge
Required inputs and options
| Input or option | Contract |
|---|---|
<NAME> | Name for the VM, and the registry target name it is recorded under: lowercase letters, digits and dashes |
--region <REGION> | Azure region. It must be one with a pre-provisioned vnet and subnet; Azure refuses the NIC otherwise, in its own words [default: westus2] |
--size <SIZE> | Azure VM size. The default is ARM64, matching the ARM64 image this command boots [default: Standard_B2pts_v2] |
--contact <CONTACT> | Address Let's Encrypt sends certificate-expiry mail to |
--json | Emit machine-readable output |
Output and state effect
It performs the operation described above and emits its operator result on standard output or standard error. Any state change is limited to the resources and records named by the purpose and options on this page.
Refusals
- It must be one with a pre-provisioned vnet and subnet; Azure refuses the NIC otherwise, in its own words [default: westus2]
- Before dispatch, Stado refuses a missing required token shown in the invocation, an unknown option, or a value outside a listed value set; argument-usage failures exit with code 2.