Symbolic link on Windows Azure websites?

We are looking at running Drupal sites on Azure Websites and deploying through Git. Virtual machines could support it, but we just wanted to know if there were websites as well.

The goal is to have the following Git repo structure:

  • Drupal

    (submodule to the main drupal.org project, with a symbolic link toSites

    )
  • Sites

    (with all/modules/contrib

    as submodules)
  • Other metafiles like deployment tools, dependencies, etc.

From what I've read, it seems that Azure Web Sites doesn't support symlinks. I cannot say that this is amazing, but I wanted to be sure.

+3


source to share





All Articles