We are using this template from Azure.
DB used is "postgresql flexible-server" as DB from web app, we can connect to DB.
What is the best practice to deploy and execute DB/Table schema script on database server as one time process ?
E.g. using some extension on Server to deploy script, like we have for VM using DSC (desired state configuration) or CSE (Custome script extension)