How to consume easily for test Azure ML Studio webservice

Mohamed elham 1 Reputation point
2020-06-15T12:40:47.787+00:00

Dear,

Does someone manage to consume an experiments deployed in a webservice via an external source just for testing. (multiple users want to test)
The solutions I have is :
** from excel but requires addons on users laptops
** from a webpage bu requires coding

I would like to have a shared webpage for example and from there :
* users enter features values
*
users get in reply via the webservice the predicted value.
==> SharePoint might be useful ?? Microsoft Apps ??
I need to select a solution that avoids any coding work as it is only for users testing....

Regards,

Mohamed.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,650 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,331 Reputation points Microsoft Employee
    2020-06-16T15:46:14.997+00:00

    @Mohamedelham-2250 You can enable automatic schema generation with your deployment and get the OpenAPI specification of your service by using the swagger properties. With this specification you can use swagger inspector to test the endpoint with no custom code to test your endpoint.