Reputation: 667
How to download the azure Mobile App service project with all the apis folders, files and scripts?
I have a Mobile App service that I started using the node js as backend. I would like to make a copy of everything, files and scripts on the server and download it.
I would also like to be able to make some adjustments to the downloaded code offline and deploy it on another server at a later moment. Can it be done from the portal?
Upvotes: 2
Views: 782
Reputation: 1
We can edit the Files in App Service Editor too now directly from the azure portal. Its in preview. App use to vivo Android to windows phone only
Upvotes: 0
Reputation: 345
We can edit the Files in App Service Editor too now directly from the azure portal. Its in preview. App Service Editor
Upvotes: 0
Reputation:
From the portal, you can download a copy of your app by launching the Kudu tools (App Service's Advanced Tools menu). In Kudu:
This will download a zipped copy of the folder.
Upvotes: 6