Skip to content

Commit 1559a21

Browse files
Merge pull request #283604 from dem108/patch-28
Clarify that v1 deployment doesn't support Test tab on studio
2 parents c41d85d + 90f2bd4 commit 1559a21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/v1/how-to-consume-web-service.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ az ml service show -n <service-name>
9191

9292
From Azure Machine Learning studio, select __Endpoints__, __Real-time endpoints__, and then the endpoint name. In details for the endpoint, the __REST endpoint__ field contains the scoring URI. The __Swagger URI__ contains the swagger URI.
9393

94+
> [!NOTE]
95+
> Although you can retrieve scoring URI, swagger URI and other information from Azure Machine Learning studio (UI), using Test tab on Azure Machine Learning studio isn't supported for Azure Container Instance or Azure Kubernetes Service based web services. Instead, use code based approach to consume the web service as described in the later section of this article. To fully utilize Test tab to test the deployments, consider [migrating to v2 Managed online endpoint](../migrate-to-v2-deploy-endpoints.md). For more, see [endpoints for inferencing](../concept-endpoints.md).
96+
9497
---
9598

9699
The following table shows what these URIs look like:

0 commit comments

Comments
 (0)