An Azure relational database service.
Hi JsonNinjaCat02,
Thanks for the suggestion, Entity Framework auto-creation can definitely cause this behavior if the application is still running and has sufficient permissions.
That said, in Azure the most reliable way to identify the root cause is to check the Azure Activity Log, as database creation is a control-plane operation. This will show the exact caller (user/service principal/application) responsible for recreating the database.
Once the caller is identified, it becomes much easier to determine whether it’s coming from application code, a deployment pipeline, or an automation process.