StaticSiteBuildProperties Class

Build properties for the static site.

Constructor

StaticSiteBuildProperties()

Variables

Name Description
app_location
str

The path to the app code within the repository.

api_location
str

The path to the api code within the repository.

app_artifact_location
str

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

output_location
str

The output path of the app after building.

app_build_command
str

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

api_build_command
str

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

skip_github_action_workflow_generation

Skip Github Action workflow generation.

github_action_secret_name_override
str

Github Action secret name override.

Attributes

apiBuildCommand

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

apiBuildCommand: str

apiLocation

The path to the api code within the repository.

apiLocation: str

appArtifactLocation

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

appArtifactLocation: str

appBuildCommand

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

appBuildCommand: str

appLocation

The path to the app code within the repository.

appLocation: str

githubActionSecretNameOverride

Github Action secret name override.

githubActionSecretNameOverride: str

outputLocation

The output path of the app after building.

outputLocation: str

skipGithubActionWorkflowGeneration

Skip Github Action workflow generation.

skipGithubActionWorkflowGeneration: bool