I am developing an Azure base solution in Django. In that how can I allow user to login using his Azure Active directory Account and create an SQL server first, then create a "Server-less" instance of database with predefined database name?
Is there any Azure API for this particular requirement?
Making the database server-less is important for my requirement.
I do not have much experience in handling API's, if my approach is wrong please feel free to point out.
Thanks in advance