Jens Johannsen
01/30/2024, 7:54 PMMarvin
01/30/2024, 7:55 PMprefect deploy --all
to deploy all flows or prefect deploy -n flow-name
to deploy individual flows. For example:
prefect deploy -n hello/default
or
prefect deploy -n hello/arthur
- Set your Docker image environment variable for Azure Container Registry (ACR) like so:
export PREFECT_IMAGE_NAME=<REPOSITORY-NAME>.<http://azurecr.io/<IMAGE-NAME|azurecr.io/<IMAGE-NAME>>
3. Running Flows:
- After deployments are created, you can run them from the Prefect UI or through the CLI.
For more detailed instructions and explanations, refer to the Prefect ACI deployment guide. Please note that Azure Container Instances (ACI) are mentioned, but the same principles can generally be applied to Azure Container Apps, with specific adjustments as required by Azure Container Apps service specifics.
Keep in mind that if you encounter any problems or need more specific guidance, consulting the Prefect community or Prefect support might be the next step.