Skip to main content

prefect_azure.container_instance

Helpers for the Azure Container Instance worker. Use a work pool of type azure-container-instance and an Azure Container Instance worker to run flow runs in Azure Container Instances. Examples:

Classes

ContainerGroupProvisioningState

Terminal provisioning states for ACI container groups. Per the Azure docs, the states in this Enum are the only ones that can be relied on as dependencies.

ContainerRunState

Terminal run states for ACI containers.

ACRManagedIdentity

Use a Managed Identity to access Azure Container registry. Requires the user-assigned managed identity be available to the ACI container group.

AzureContainerInstanceJobResult

Legacy result type retained for compatibility with earlier integrations.