prefect_azure.container_instance
Integrations with the Azure Container Instances service.
Note this module is experimental. The interfaces within may change without notice.
The AzureContainerInstanceJob infrastructure block in this module is ideally
configured via the Prefect UI and run via a Prefect agent, but it can be called directly
as demonstrated in the following examples.
Examples:
Run a command using an Azure Container Instances container.
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
The result of an AzureContainerInstanceJob run.