1. Microsoft Learn Documentation
"Manage models in Azure Machine Learning": Under the section "Register and track models
" it states
"Registering a model allows you to store and version your models in the Azure cloud
in your workspace. The model registry makes it easy to organize and keep track of your trained models."
2. Microsoft Learn Documentation
"Train and register a model with the CLI (v2)": In the "Register the model" section
the documentation explains
"Now that you've trained the model
you can register it in your workspace... Each time you register a model with the same name
the registry assumes it's a new version."
3. Microsoft Learn Documentation
"What is MLOps?": In the "Model registration" section of the MLOps lifecycle diagram
it is defined as: "Model registration is the act of storing and versioning a model in your Azure Machine Learning workspace." This confirms registration is the key step for versioning.