Skip to content

Home > @world-wide-lab/deploy > WwlAzureDeploymentConfig

WwlAzureDeploymentConfig interface

Signature:

typescript
export interface WwlAzureDeploymentConfig

Properties

Property

Modifiers

Type

Description

containerPort?

number

(Optional) The port on which the container will listen.

cpu?

number

(Optional) The number of CPU units to allocate for the app e.g. 0.5 for 0.5 CPU units.

location?

string

(Optional) The location in which to deploy the app. Corresponds to an Azure region.

maxCapacity?

number

(Optional) The maximum number of instances to run (for autoscaling).

memory?

number

(Optional) The amount of memory (in MiB) to allocate for the app e.g. 1 for 1 Gibibyte.

minCapacity?

number

(Optional) The minimum number of instances to run (for autoscaling).

secret_dbPassword

string

The password for the database connection.

secret_dbUsername

string

The username for the database connection.

secret_wwlAdminAuthDefaultEmail

string

The default email for the WWL admin authentication.

secret_wwlAdminAuthDefaultPassword

string

The default password for the WWL admin authentication.

secret_wwlAdminAuthSessionSecret

string

The session secret for the WWL admin authentication.

secret_wwlDefaultApiKey

string

The default API key for the WWL application.