StaticSiteBuildProperties Class
Build properties for the static site.
Constructor
StaticSiteBuildProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
app_location
|
The path to the app code within the repository. |
|
api_location
|
The path to the api code within the repository. |
|
app_artifact_location
|
Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation). |
|
output_location
|
The output path of the app after building. |
|
app_build_command
|
A custom command to run during deployment of the static content application. |
|
api_build_command
|
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
|
Github Action secret name override. |
Attributes
api_build_command
A custom command to run during deployment of the Azure Functions API application.
api_build_command: str | None
api_location
The path to the api code within the repository.
api_location: str | None
app_artifact_location
The path of the app artifacts after building (deprecated in favor of OutputLocation).
app_artifact_location: str | None
app_build_command
A custom command to run during deployment of the static content application.
app_build_command: str | None
app_location
The path to the app code within the repository.
app_location: str | None
github_action_secret_name_override
Github Action secret name override.
github_action_secret_name_override: str | None
output_location
The output path of the app after building.
output_location: str | None
skip_github_action_workflow_generation
Skip Github Action workflow generation.
skip_github_action_workflow_generation: bool | None