In previous blogs, we have seen how to install Sitecore on Azure & how to publish Visual Studio code to Sitecore Azure PaaS instance. But there are scenarios where we need to check some settings or access different files present in Sitecore instance.
To do so, we have FTP option for our rescue, we will need have FTP Client on our machine and then we can access the files through it. FTP is bidirectional but avoid uploading files to Sitecore instance through FTP instead use Visual Studio publish.
Lets see the steps involved to access the Sitecore Files using FTP:
- We need to have FTP Client on our machine. You can use any FTP Client, we will use FileZilla in this blog.
- Create a folder where you want to download the Sitecore file from the Azure. (In my case: D:\Sitecore Azure\Dummy CM Files)
- Open FileZilla application, navigate to our folder in the left side panel.
- Go to the Azure Portal >> Resource Groups.
- Click on your resource group. In our case, sitecoredemo.
- Click on CM app service, lets try to access the files under CM site.
- Once the CM app service detailed page is loaded, you can see the FTP hostname.
- Copy the FTP hostname and paste it in the FileZilla’s Host field.
- Switch to Azure Portal. Click on the Deployment Center in the left Menu.
- Scroll down till you see FTP option. Click on it and Click on Dashboard Button.
- The credentials for the FTP will be displayed on your screen.
- Copy the username and password in FileZilla’s username and password field.
- Click on Quickconnect button.
- The files from the Sitecore Azure PaaS instance can be seen in the right panel.
- The files which you want to access, you can drag it to left panel and those files will be saved on your machine.
In this simple steps you can access Sitecore files from Azure PaaS environment. Same steps can be followed to access the files on CD site.
Thank you.. Keep Learning.. Keep Sitecoring.. 🙂
Pingback: How to access Sitecore logs from Azure | Sitecore Diaries