Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copy a folder to Azure web app without FTP

I have an application which is using internal file storage (folder) I can't include this folder in the project since the build is failing. I can deploy this build package which is a zip file using Azure Deploy task in the release pipeline but how can I copy that folder to the WebApp?

I don't have access to the FTP due to company policy

  • I can copy that folder to storage blob but then how can copy it to web app again?
like image 915
Sasoon Amirchian Avatar asked Dec 08 '25 08:12

Sasoon Amirchian


1 Answers

Here's one way to do it.

In the Azure Portal, locate your Web App and click on the Advanced Tools menu. Click Go to launch the Kudu console. Select CMD from the Debug Console menu. You'll be presented with a graphical file explorer and a command line prompt. Simply drag and drop your local folder in the top portion.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!