StaticSiteBuildProperties Class

Build properties for the static site.

Inheritance
azure.mgmt.web._serialization.Model
StaticSiteBuildProperties

Constructor

StaticSiteBuildProperties(*, app_location: str | None = None, api_location: str | None = None, app_artifact_location: str | None = None, output_location: str | None = None, app_build_command: str | None = None, api_build_command: str | None = None, skip_github_action_workflow_generation: bool | None = None, github_action_secret_name_override: str | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.