StaticSiteBuildProperties Class
Build properties for the static site.
- Inheritance
-
StaticSiteBuildProperties
Constructor
StaticSiteBuildProperties(*, app_location: Optional[str] = None, api_location: Optional[str] = None, app_artifact_location: Optional[str] = None, output_location: Optional[str] = None, app_build_command: Optional[str] = None, api_build_command: Optional[str] = None, skip_github_action_workflow_generation: Optional[bool] = None, github_action_secret_name_override: Optional[str] = None, **kwargs)
Parameters
- app_artifact_location
- str
Required
Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation).
- app_build_command
- str
Required
A custom command to run during deployment of the static content application.
- api_build_command
- str
Required
A custom command to run during deployment of the Azure Functions API application.
Feedback
Submit and view feedback for