Category / Section
How to move files to Report Server hosted on Azure App Service?
1 min read
The Syncfusion support team provides solutions to reported issues in the form of patch files. To apply these files in the Report Server hosted on the Azure App Service, follow these steps,
- Log in to the Azure portal: https://portal.azure.com/
- Select the Syncfusion Report Server App Service.
- Stop the Report Server Azure App Service and then, click the Get publish profile.
- Save the <App service name>.PublishSettings file and open it. The file contains two <publishProfile> sections for Web Deploy and FTP.
- From the FTP <publishProfile> section, copy the following values:
- publishUrl
- userName
- userPWD
- Download and install the FileZilla client application
- After installing the application, set the values obtained from the PublishSettings file accordingly,
Host: Give the publishUrl value
Username: Give the userName value
Password: Give the userPWD value
- After entering these values as shown in the following, click Quickconnect.
- Download and extract the files provided in the support incident.
- Now, navigate to the downloaded file location on the left side and hosted location of the Report Server’/site/wwwroot/’ on the right side as follows.
Move the files to the Azure website by dragging them from the left side to the right side.