how to reach files of my project in azure

Multi tool use
how to reach files of my project in azure
I am really new to azure, I had to create an azure account , because I am using visual studio on mac and it just let me to publish my websites on azure , so I created azure and then it published my project on azure account. everything is fine in azure and my project works fine,
My problem is that I wonder to know how is it possible to download this published project? because I need to transfer the project to the other host in GoDaddy. I really appreciate any help. Please and Thank you.
1 Answer
1
Open the Advanced Tools tap within your App Service and click on the Go link. This will open the Kudu environment for your app. Then click on Debug console and select PowerShell. Finally navigate to site and click on the download button next to wwwroot:
click on the app which you marked blue in your screenshot
– Martin Brandl
Jul 3 at 9:34
the username and password of your azure account will work if you have sufficient rights.
– Martin Brandl
Jul 3 at 9:41
You can go to the Access Control (IAM) blade within your App Service and check whether your user has e. g. the contributor or owner right. Also, try to use a different browser.
– Martin Brandl
Jul 3 at 10:20
no, just download the whole wwwroot folder which contains all your web app files
– Martin Brandl
Jul 3 at 12:07
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Click on your app service and find the advanced tools link within the DEVELOPMENT TOOLS section.
– Martin Brandl
Jul 3 at 9:24