Hi Folks,
I am trying to create a Azure Scheduler job collection via the rest API using Azure Ruby SDK
I created the request following the API reference. Request body is as follow:
<Resource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/windowsazure"><IntrinsicSettings><Plan>Standard</Plan><Quota><MaxJobCount>10</MaxJobCount><MaxRecurrence><Frequency>Second</Frequency><Interval>1</Interval></MaxRecurrence></Quota></IntrinsicSettings></Resource>
After sending the request, I can see the job collection created in the management portal, but the status of that job collection is "Unknown". I can not add add/update jobs under that job collection.
Below is the log entry I got:
RuntimeError (ESC[31mESC[1mInternalError: The server encountered an internal error. Please retry the request.ESC[0mESC[0m):
Can someone shed me some lights on this?
Thank you very in advance!
Roy