- > Be aware that the [serverless compute tier](/azure/azure-sql/database/serverless-tier-overview) you selected for this database saves money by putting the database to sleep during periods of inactivity. The sample app will fail if the database is asleep when the app starts up. To force the database to wake up, you can execute a query using the query editor. Follow the steps in [Query the database](https://review.learn.microsoft.com/en-us/azure/azure-sql/database/serverless-tier-overview?view=azuresql&branch=main&tabs=general-purpose). Here is an example query: `SELECT * FROM COFFEE;`.
0 commit comments