There is an api to create or update a database.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}?api-version=2014-04-0
How can I create a copy of a existing database?
Should I have to do GET on existing database to get the properties and then create a copy database using the properties? Will it create exactcopy of database ?