You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This article requires at least version 2.31.0 of Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
@@ -88,7 +90,7 @@ The following steps guide you to create a Liberty runtime on AKS. After completi
88
90
1. You can deploy WebSphere Liberty Operator by selecting **Yes** for option **IBM supported?**. Leaving the default **No** deploys Open Liberty Operator.
89
91
1. You can deploy an application for your selected Operator by selecting **Yes** for option **Deploy an application?**. Leaving the default **No** doesn't deploy any application.
90
92
91
-
1. Select **Review + create** to validate your selected options. In the ***Review + create** pane, when you see **Create** light up after validation pass, select **Create**. The deployment may take up to 20 minutes.
93
+
1. Select **Review + create** to validate your selected options. In the ***Review + create** pane, when you see **Create** light up after validation pass, select **Create**. The deployment may take up to 20 minutes. While you wait for the deployment to complete, you can follow the steps in the section [Create an Azure SQL Database](#create-an-azure-sql-database). After completing that section, come back here and continue.
92
94
93
95
## Capture selected information from the deployment
94
96
@@ -146,14 +148,16 @@ There are a few samples in the repository. We'll use *java-app/*. Here's the fil
Copy file name to clipboardExpand all lines: articles/aks/includes/jakartaee/create-azure-sql-database.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,5 @@ Use the following steps to create an Azure SQL Database single database for use
16
16
> At the **Networking** step, set **Connectivity method** to **Public endpoint**, **Allow Azure services and resources to access this server** to **Yes**, and **Add current client IP address** to **Yes**.
17
17
>
18
18
> :::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":::
19
+
>
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