How to Incremental deploy SqlDatabase via ARM template
If I have deployed the database In Azure through ARM template. but after deploy need to change the structure of the database due to business needs.But since the password is with the customer, how can I deploy the database incrementally through the ARM Template if I only know the subscription ID and customer domain?
My purpose is to be able to change the database structure after deployment, but the original data will not be lost
