Forum Discussion
Production Configuration
- 9 years ago
Power BI Report Server does not require a dedicated computer to operate, but as with any server in production isolation leads to less issues where one failure in an unrelated system brings down the machine hosting several systems.
As for High Availablilty there are two pieces to consider. First the catalog should be created and stored on a SQL Server configured for high availablity. More information for that can be found here https://docs.microsoft.com/en-us/sql/sql-server/failover-clusters/high-availability-solutions-sql-server
Second for the Power BI Report Server itself we recommend a scale out deployment with several Power BI Report Server nodes across several machines behind a network load balancer (NLB). This can be read about here https://technet.microsoft.com/en-us/library/ms159114(v=sql.105).aspx
Power BI Report Server does not require a dedicated computer to operate, but as with any server in production isolation leads to less issues where one failure in an unrelated system brings down the machine hosting several systems.
As for High Availablilty there are two pieces to consider. First the catalog should be created and stored on a SQL Server configured for high availablity. More information for that can be found here https://docs.microsoft.com/en-us/sql/sql-server/failover-clusters/high-availability-solutions-sql-server
Second for the Power BI Report Server itself we recommend a scale out deployment with several Power BI Report Server nodes across several machines behind a network load balancer (NLB). This can be read about here https://technet.microsoft.com/en-us/library/ms159114(v=sql.105).aspx
Hi Petebro,
i wonder if it would als be supported to have a 2-Node Windows Failover Cluster, Node1 runs SQLDB , Node2 runs PBIRS (WFE). Do you think that would work? Can a i add the PBIRS-WFE as a cluster resource? The configuration would be for < 2000 Users and we wouldn't need a NLB and a third/dedicated WFE maschine... WFE-scaleout makes only sense if you need to scale to more users one VM can provide?! Any other options on that?
Regards,
Jochen