You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-and-where.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1165,9 +1165,10 @@ def run(request):
1165
1165
> pip install azureml-contrib-services
1166
1166
>```
1167
1167
1168
+
1168
1169
> [!WARNING]
1169
-
> Azure Machine Learning will only route POSTandGET requests to the containers running the scoring service.
1170
-
>This can cause errors due to browsers using OPTIONS requests to pre-flight CORS requests.
1170
+
> Azure Machine Learning will route only POSTandGET requests to the containers running the scoring service. This can cause errors due to browsers using OPTIONS requests to pre-flight CORS requests.
0 commit comments