Hello PowerApps community,
I have created a Audit Tracking application to help auditor to record issue during an audit with pictures.
I have migrate the database that are currently in Excel to an Azure SQL (Stadandard S0 10 DTU) and the picture that are host in One Drive (353 pictures 250 MB)
But i am facing now performance issues to display the pictures once push in Azure SQL Server.
First to query the Database to see the record take several minutes to display in SSMS.
But in PowerApps it's even worst it load for a really long time and even end up in Server Response Error.
It takes around 20sec to display only 20 pictures that are less than 1 MB, but it will take more than a 1 min if there is 5 pics over 1MB to 2MB.
While i didnt have issues when the pictures was on One Drive and I am now wondering if Azure SQL would be the best to store the pictures upload through powerapps and if maybe stay in OneDrive or Sharepoint or CDS would be better performance wise for at least displaying the picture ?
Any advice on that ?
PS : please note i am located in China, our O365 licence have been bought in France so i believe the server is host in Ireland and the Azure Database is in South East Asia . I don't know how much this has an impact but i don't have any ability to change that.