There are two Web apps(WebSite1, WebSite2) hosted in Azure. It is observed that WebSite1 is working fine for me. So we want whatever contents are there in WebSite1, those contents needs to be copied to Website2.
Any suggestions.
There are two Web apps(WebSite1, WebSite2) hosted in Azure. It is observed that WebSite1 is working fine for me. So we want whatever contents are there in WebSite1, those contents needs to be copied to Website2.
Any suggestions.
As mentioned in the comment, you could use the FTP e.g Filezilla to download the files in the wwwroot
of your web app1 and upload to the web app2.
Or if you don't mind to create a new web app2, you can use the Azure App Service App Cloning Using PowerShell feature, note the current restrictions. To clone the app, you can also do that in the azure portal -> your web app1 -> Clone App
.