StaticSiteBuildProperties interface

Build properties for the static site.

Properties

apiBuildCommand

A custom command to run during deployment of the Azure Functions API application.

apiLocation

The path to the api code within the repository.

appArtifactLocation

Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)

appBuildCommand

A custom command to run during deployment of the static content application.

appLocation

The path to the app code within the repository.

githubActionSecretNameOverride

Github Action secret name override.

outputLocation

The output path of the app after building.

skipGithubActionWorkflowGeneration

Skip Github Action workflow generation.

Property Details

apiBuildCommand

A custom command to run during deployment of the Azure Functions API application.

apiBuildCommand?: string

Property Value

string

apiLocation

The path to the api code within the repository.

apiLocation?: string

Property Value

string

appArtifactLocation

Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)

appArtifactLocation?: string

Property Value

string

appBuildCommand

A custom command to run during deployment of the static content application.

appBuildCommand?: string

Property Value

string

appLocation

The path to the app code within the repository.

appLocation?: string

Property Value

string

githubActionSecretNameOverride

Github Action secret name override.

githubActionSecretNameOverride?: string

Property Value

string

outputLocation

The output path of the app after building.

outputLocation?: string

Property Value

string

skipGithubActionWorkflowGeneration

Skip Github Action workflow generation.

skipGithubActionWorkflowGeneration?: boolean

Property Value

boolean