<@ULVA73B9P> Why am I receiving a RegistryErrorRes...
# ask-marvin
c
@Marvin Why am I receiving a RegistryErrorResponse error when I am trying to create an Azure Container Instance using the image prefecthq/prefect:2-python3.10?
m
This error is likely due to a configuration issue with Azure Container Instances (ACI) or the Docker image you are using. Here are a few points to consider: 1. Container Image Versions: Make sure you are using the correct and specific version of the
prefecthq/prefect:2-python3.10
image. It's a good practice to use specific Prefect versions in production and avoid images that automatically update to new versions. 2. Configuration of ACI: Ensure that all required environment variables and entries for Azure ACI are correctly set up. There might be specific configurations required by Azure that are not being met. You can find more detailed documentation on configuring ACI with Prefect here and on using Docker images here. If you still face issues, you might need to check the detailed error logs provided by Azure or Prefect and ensure all configurations, permissions, and dependencies are correctly set.