Tech Labradoodle
Tech Labradoodle

Reputation: 667

How to download azure Mobile App service project

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

Answers (3)

Raju Ahmed
Raju Ahmed

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

Avanish
Avanish

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

user793891
user793891

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:

  • Select the Debug Console/CMD menu
  • Navigate to the site folder
  • Click on the download icon to the left of the wwwroot folder

This will download a zipped copy of the folder.

Upvotes: 6

Related Questions