/AzureML_Classification_as_web_service_PythonSDK

Azure Machine Learning Classification Model with PythonSDK as Real-Time Inferencing Service

AzureML Classification as web service with PythonSDK Azure Machine Learning Classification Model with PythonSDK

Repository contains solution to the deployement of web service as an Azure Container Instance (ACI) service that requires no authentication. This is an appropriate approach for development and testing, but for production you should consider deploying to an Azure Kubernetes Service (AKS) cluster, enabling token-based authentication. This would require REST requests to include an Authorization header.

Source: https://github.com/MicrosoftLearning/mslearn-dp100 mslearn-dp100