Hi Jose,
In Azure ML:
Register your model as an asset in Machine Learning by using the UI
To create a model in Machine Learning, from the UI, open the Models page. Select Register model, and select where your model is located. Fill out the required fields, and then select Register.
You can also do this by CLI and python: Create a model in the model registry
If this is helpful please accept answer.