Hi everyone, I am working on Data Science work with Azure Machine Learning Services. I want to update the new docker image to the existing web service on Azure Container Instances. But I can't find the way to do it.
According to the documentation on "Update the service" topic (link), I can't figure out what is the type of property of new-image variable. I have also seen the Machine learning SDK (link). But the documentation doesn't tell that what are the parameters for update(*args) function.
Does anyone know how to figure out this problem? If you have. Could you please help me to figure out this?
Thank you for your help
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@thananstr Thanks for your feedback! We will investigate and update as appropriate.
@aashishb Hi, can you please make it clearer about what the type is "new-image" in the document? Thanks a lot!
@thananstr
I think you wanted to know how to update the existing web service when new image is added into the workspace.
Note: When you update the service, the url and keys remains the same. Make sure that your service status is popping as 'Healthy'
_print(service.state)_

Created a PR with this change
@thananstr
We will now proceed to close this thread. If there are further questions regarding this matter, please respond here and @YutongTie-MSFT and we will gladly continue the discussion.