Hello,
Thanks for reaching out to us. Please refer to this guidance to deploy your model and service. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-and-where?tabs=azcli#deploy-again-and-call-your-service
Please refer to deploy from local file for your scenario. The workflow is similar no matter where you deploy your model:
Register the model - Please register from local file
Prepare an entry script
Prepare an inference configuration
Deploy the model locally to ensure everything works
Choose a compute target
Re-deploy the model to the cloud
Test the resulting web service
Hope this helps.
Regards,
Yutong