Connecting to Azure website via FTP

后端 未结 5 1482
深忆病人
深忆病人 2020-12-02 09:54

What login credentials do I use to connect to the FTP site that is listed on the dashboard of my Azure? I tried using the same credentials I use to log into Azure but this

5条回答
  •  一向
    一向 (楼主)
    2020-12-02 09:59

    In the current azure portal the deployment credentials can be set by going to App Services / select relevant app service item / in the Deployment section / Deployment Center / FTP / Dashboard. You can either chose to use the preprovided App Credentials or assign User Credentials.

    In the previous generation azure portal the deployment credentials can be set up by going to WEB APPS / select relevant item / DASHBOARD / Reset your deployment credentials.

    Make sure you're specifying siteName\userName as your login name. The site name portion is required!

    The default directory for the web content is \site\wwwroot which can be set as the initial directory for many FTP clients.

提交回复
热议问题