I'm getting Can not find subscription error when create the scheduler Job Collection in azure portal.
I am having Owner role Role Based Access Control (RBAC) for resource group(but not have access at subscription level).I am able to create storage accounts but when i try to create scheduler azure throws Can not find subscription error with Microsoft.Scheduler namespace.
If i publish as owner of subscription scheduler automatically created for webjobs and i am able to create manually also.
Is Resource group owner access sufficient to create scheduler in azure portal ?
If yes, Please explain how to create scheduler with resource group owner access.
NOte:I published webjobs from visual studio.Webjobs have been created under webapps .Webapps have been created but scheduler has not been created.
settings.job
file, rather than an external scheduler service. See the "Create a scheduled WebJob using a CRON expression" section of this doc for more info. – mathewc