I'm assisting a client with some development and want to know how the following can be done:
They have a Web App that will be deployed on different Azure data centers for different clients.
Each deployment of the Web App will connect to it's own Azure SQL database.
They want to create PowerBI reports and embed them in the Web App.
How can the multiple instances of the Web App load the same report but change the data source to load the data from the applicable Azure database?