How do I copy a website from one azure website to another (not deployment slots)?
问题 I have 2 azure websites in the same subscription and I want to copy the site from one to another. I know I can copy the entire site down to my local machine using FTP then upload the entire site, but it seems like there should be an easier way, especially considering the FTP hostname is the same for both sites. These are not deployment slots, so I can't just swap them in the interface. Thanks. 回答1: I think you can use the SiteReplicator site extension to do that. You can find it here https:/