I have written a Jupyter notebook in Azure Machine Learning which executes without issue. Now, I have to publish the code as a web service. "From Jupyter Notebook to Azure Web App in 5 Easy Steps" describes converting a notebook into webservice using Docker and Azure Container Registry
Is there any alternative simple method within azure machine learning to convert the notebook into a web service? This can be done in the designer section:
.