Azure Site Extension to replicate the content of one site to other sites using msdeploy
. The replication happens automatically when it detects changes within the site/wwwroot
folder of the source site.
Note: when running on a local machine, it may be necessary to delete the reg key HKLM\Software\Wow6432Node\Microsoft\IIS Extensions\msdeploy\3\extensibility
, to avoid
running into the issue described here.
- The website should be in Standard Plan Mode.
- Always On needs to be enabled in the configuration page in the Azure portal. Please do this before installing Site Replicator (to get around a bug).
- Open the scm site: http://yourWebsite.scm.azurewebsites.net
- Go to the Site Extension Gallery.
- Install Site Replicator.
- Restart the website.