Azure logs
I am writing an insert script in azure portal, i want to write to the log ,,the script i have followed is below:

function insert(item, user, request) { console.log("About to insert:", item); request.execute({ success: function() { console.log("Successfully inserted:", item); request.respond(); }, error: function(err) { console.error("Error inserting:", item, err); request.respond(); } }); }

but when i enter into the log ,,i cant see any output,what to do?

April 14th, 2013 3:18pm

Hi,

Since the issue is related to SQL Azure, I have moved this thread to SQL Azure forum for getting a better support.

Thanks for your understanding.

Free Windows Admin Tool Kit Click here and download it now
April 15th, 2013 8:46am

Hi,

To which log you are trying o write?

Is it SQL Script?Thanks,

Dilkush

April 15th, 2013 9:28am

It is not Sql script. I have tried this on azure mobile service table in which i am trying to insert data by a WCF rest service.

But the insert script is not running.

Free Windows Admin Tool Kit Click here and download it now
June 29th, 2013 11:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics