Azure-Samples / azure-sql-db-fullstack-serverless-kickstart

Fullstack/Jamstack solution with Vue.js, Azure Functions, Azure Static Web apps and Azure SQL.
MIT License
43 stars 100 forks source link

Replace azure-deploy.sh with a cross-platform Node.js script #9

Closed Symbitic closed 1 year ago

Symbitic commented 2 years ago

This creates a Node.js script to replace azure-deploy.sh, which means this can be deployed on regular Windows as long as the Azure command-line tools are installed.

WARNING: I haven't tested this yet! I am not running this on a machine I can install the tools on. I have checked to make sure the syntax is correct, but not the exec() calls. Please test this before merging.

yorek commented 1 year ago

Will be using AZD to make the project deployable from any platform