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.
Azure Container Instances
Azure Machine Learning
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,836 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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.