machine learning - How to write the body for HTTPS POST job in Azure Schedular without Azure Blob -
i have created experiment , published web service requires inputs.
when schedule web service https post job shows error
http action - response host 'ussouthcentral.services.azureml.net': 'badrequest' response headers: x-ms-request-id: 51fb1d34-5bc7-4832-ad9f-b19826468ea0 date: mon, 11 may 2015 11:02:01 gmt server: microsoft-httpapi/2.0 body: {"error":{"code":"badargument","message":"invalid argument provided.","details":[{"code":"missinginputblobinformation","target":"inputs","message":"missing azure storage blob information. provide valid connection string , relative path or uri , try again."}]}}
my data not located in azure blob storage. am trying pass web input part https post body.
if using bes web service input , output, need provide storage information data. reader , writer modules, can remove web service input , output ports. when web service called, executes without using storage blob. read reader , write destination specified in writer. have uploaded visual studio template codeplex can install. noinputoutput.aspx of project above. , should show workflow.
Comments
Post a Comment