Reputation: 99
I'm setting up a post-git push trigger on an Azure web app that pulls in the latest web app build, and the latest database build and deletes/recreates the DB again from scratch using the latest database build.
I was hoping to achieve the drop/create part with the SQLPS module in PowerShell, and whilst it runs locally, this module isn't available when the script is hosted on Azure, and no one seems to have successfully uploaded binaries onto Azure to support the module.
What are my options? Surely there has to be a relatively simple way of creating a web-app trigger that can interact with an Azure-hosted server. What's the supported method of doing this?
Upvotes: 0
Views: 56