I'm creating a new ClearDB database in the Azure portal, the portal creates the database but using what appears to be an auto-generated name using the convention 'acsm_somehexchars'. The database I'm trying to create is in a resource group which is empty and I really need the database name to be predictable. I have tried creating a new resource group but still get the same behavior.
Any recommendations on how to be able to create a ClearDB with a predictable name whether than be changing the name of an existing ClearDB in Azure post deployment or doing it on startup would be greatly appreciated.