Home > @world-wide-lab/deploy > WwlAzureDeploymentConfig
WwlAzureDeploymentConfig interface
Signature:
export interface WwlAzureDeploymentConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | (Optional) The port on which the container will listen. | ||
number | (Optional) The number of CPU units to allocate for the app e.g. 0.5 for 0.5 CPU units. | ||
string | (Optional) The location in which to deploy the app. Corresponds to an Azure region. | ||
number | (Optional) The maximum number of instances to run (for autoscaling). | ||
number | (Optional) The amount of memory (in MiB) to allocate for the app e.g. 1 for 1 Gibibyte. | ||
number | (Optional) The minimum number of instances to run (for autoscaling). | ||
string | The password for the database connection. | ||
string | The username for the database connection. | ||
string | The default email for the WWL admin authentication. | ||
string | The default password for the WWL admin authentication. | ||
string | The session secret for the WWL admin authentication. | ||
string | The default API key for the WWL application. |