Hi @ares
I think you can migrate the SSRS to azure,about how to do the migration,you can refer to the official document:https://learn.microsoft.com/en-us/sql/reporting-services/install-windows/migrate-a-reporting-services-installation-native-mode?view=sql-server-ver16
About how to setup ssrs with an azure :
You will need to host SSRS either on an Azure VM or on premise.
In this link deployment topologies for SSRS on Azure VM are discussed.
One strategy is to deploy SSRS to a VM and use Azure SQL Database as the data source.
Once you deploy the VM containing SSRS, you can then connect SSRS to an Azure SQL DB. This artcle discusses connecting Azure SQL Database to SSRS.
For more details,please refer to :https://stackoverflow.com/questions/29149308/how-to-setup-ssrs-with-an-azure-sql-server-database
Here is a detailed steps about how to install SSRS on azure ,you must take a look : https://www.mssqltips.com/sqlservertip/6620/install-ssrs-reportserver-databases-on-azure-sql-managed-instance/
If you have any further issue about the Azure virtual machines,you can ask here: https://learn.microsoft.com/en-us/answers/topics/13/azure-virtual-machines.html
Best Regards,
Isabella
If the answer is the right solution, please click "Accept Answer" and upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.