Skip to main content

prefect_azure.experimental.decorators

Functions

azure_container_instance

azure_container_instance(work_pool: str, **job_variables: Any) -> Callable[[Flow[P, R]], InfrastructureBoundFlow[P, R]]
Decorator that binds execution of a flow to an Azure Container Instance work pool Args:
  • work_pool: The name of the Azure Container Instance work pool to use
  • **job_variables: Additional job variables to use for infrastructure configuration