I have a Keras ML model .h5 file that I would like to publish as a web-service. This model was created in databricks. I want to use Azure ML for this purpose. I am following the steps given in this Azure documentation - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-existing-model
One of the prerequisites is to have "Azure Machine Learning SDK".
My question is how to install "Azure Machine Learning SDK" in my Azure ml workspace? Do I need to type the commands in the Cloud Shell?
Any pointer would be helpful. Thanks.