MS Azure furnishes a PublishSettings to faciliate uploading source/website code to a web application in the Azure App Service PaaS. This utility loads the downloaded file, extracts the necessary ftp parameters, and outputs a properly formatted ftp
command to connect to the web app ftp site.
Clone this repository. Install script requirements:
$ pip install -r requirements.txt.
$ chmod a+x prepare_dev.py
$ ./prepare_dev.py [path/to/*.PublishSettings]