1

I am setting up a drupal multi-site environment on windows-azure (webrole/cloud service). Drush is a great command-line tool and necessary for maintaining several multi-sites at once.

Windows Azure integration for Drupal is quite good, but I haven't found anything about automation over command-line-interface on windows azure.

Has anyone ever made experience with it?

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
larrydahooster
  • 4,114
  • 4
  • 40
  • 47

1 Answers1

1

Well, it is quite easy set up Drush on Azure. You just need to put the Drush files and folders in the web role's resource folder and run a Startup Task to register "drush" to the PATH variable.

larrydahooster
  • 4,114
  • 4
  • 40
  • 47