I'm in the process of creating a small Azure site consisting of the following
The website supports user accounts and licensing. I plan on handling the licensing checks via a scheduled SQL service (Much like a SQL agent in SQL Server) once a day.
What are my options here?
If you are using an Azure SQL Database (which I assume you are), then you don't have the SQL Server Agent.
You do however have 2 possible options for your needs: