Search code examples
azure-sql-databaseazure-schedulerazure-machine-learning-service

How to write the results of Azure ML web service to the azure sql database (The output of Azure ML web service is in Json structure)


The results can be written to SQL Azure using the writer module in the experiment but after publishing the web service the output comes in the Json Structure and it doesn't go to the writer module


Solution

  • Don't set output port and use Batch execution service - details are provided here - Publish web service and consume web service