Create ML-model endpoint based on image in other container registry

Lindner, Jakob 1 Reputation point
2022-11-29T15:16:31.27+00:00

Hey,
I want to deploy my ML-model in an Azure Container Instance, which is accessable over a REST-endpoint for inference. Important is, that I need to create the ACI with images, that are not in the automaticly created Azure Container Registry in my own subscription, but in a centrally organized one.
Is there a possibility to specify the ACR I want to use in the deployment?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
367 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
619 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,482 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,596 Reputation points
    2022-11-30T04:19:22.56+00:00

    @Lindner, Jakob Thanks The endpoint has environment that specifies image, you can have base image from any registry for an environment. You can specify BYOC environment to use your own image.