Skip to content

Commit 234205f

Browse files
committed
On branch edburns-msft-ibm-527-update-café-app Fix absolute link.
modified: articles/aks/includes/jakartaee/create-azure-sql-database.md Signed-off-by: Ed Burns <[email protected]>
1 parent 133218c commit 234205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/includes/jakartaee/create-azure-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Use the following steps to create an Azure SQL Database single database for use
1717
>
1818
> :::image type="content" source="media/create-azure-sql-database/create-sql-database-networking.png" alt-text="Screenshot of the Azure portal that shows the Networking tab of the Create SQL Database page with the Connectivity method and Firewall rules settings highlighted." lightbox="media/create-azure-sql-database/create-sql-database-networking.png":::
1919
>
20-
> 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;`.
20+
> 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](/azure/azure-sql/database/serverless-tier-overview). Here is an example query: `SELECT * FROM COFFEE;`.

0 commit comments

Comments
 (0)