I have one SQL job which actually checks fragmentation % in DB of all the indexes and Rebuilds indexes if required. Which is running well in my Testing server Microsoft SQL Server 2012. But my production server is in Azure. Now I want to schedule that job to Azure. How can I schedule a SQL Job in Azure Db? I am new to Azure.