Skip to content

Commit 925c20a

Browse files
authored
public repo edit
1 parent 6037c26 commit 925c20a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,9 +1165,10 @@ def run(request):
11651165
> pip install azureml-contrib-services
11661166
> ```
11671167

1168+
11681169
> [!WARNING]
1169-
> Azure Machine Learning will only route POST and GET 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 POST and GET requests to the containers running the scoring service. This can cause errors due to browsers using OPTIONS requests to pre-flight CORS requests.
1171+
>
11711172

11721173
## Next steps
11731174

0 commit comments

Comments
 (0)