Search code examples
azureazure-web-app-service

How to access code of my Azure website?


I dropped my hard drive which contained all my code and now it won't plug in to my computer. I need the code to my Azure website which I deployed earlier asap. Is there a way for me to access this code?


Solution

  • Yes, there are multiple ways.

    • Using the deployment credentials you can connect via FTP and download the files.
    • Using Git source control you can add your azure web app as a remote reference and clone it locally.