We are experiencing an issue with our Umbraco app (version 12.3.10) hosted on Azure App and Azure SQL (Basic Tier, 5 DTO uses %5-%10 of DTU on idle) Recently, saving new content to the Umbraco database has started taking an unusually long time.
We tested saving content both through the Backoffice panel and via the SaveAndPublish function in the backend, and in both cases, the saving process takes the same amount of time.
However, when we transferred our database to a Windows server, the issue was resolved, and saving content became fast again. But when reconnecting our local project to the Azure database, the problem reappeared, with slow save times for any content.
Additionally, we tested adding new records to the database table directly via SQL Server Management Studio, and it worked without any delays.
What will be the problem in Azure SQL? Where can we start to analyze to solve this?