Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

I have published the web service from the Azure Machine Learning experiment and now I want this web service to be scheduled using Azure Scheduler

Can somebody please state the procedure?

I got the API KEY, REQUEST/RESPONSE and Batch Execution URI from the web service homepage.

1 Answer

0 votes
by (9.6k points)

1. Create a new job in portal

2. Edit the job and add the following:

Content-Type: application/json
Accept: application/json
Authorization: Bearer

And this should do the trick. 

Browse Categories

...