Skip to content

Commit 7bbe1f7

Browse files
committed
edits
1 parent 37bcee7 commit 7bbe1f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ You use these values later in this article. The outputs list several other usefu
152152
153153
[!INCLUDE [create-azure-sql-database](includes/jakartaee/create-azure-sql-database.md)]
154154
155-
Create an environment variable in your shell for the resource group name for the database:
155+
Then, use the following command to create an environment variable in your shell for the resource group name for the database:
156156
157157
### [Bash](#tab/in-bash)
158158

articles/aks/howto-deploy-java-wls-app.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ The other values in the outputs are beyond the scope of this article, but are ex
138138

139139
[!INCLUDE [create-azure-sql-database](includes/jakartaee/create-azure-sql-database.md)]
140140

141-
2. Create a schema for the sample application. Follow [Query the database](/azure/azure-sql/database/single-database-create-quickstart#query-the-database) to open the **Query editor** pane. Enter and run the following query:
141+
Then, create a schema for the sample application by using the following steps:
142+
143+
1. Open the **Query editor** pane by following the steps in the [Query the database](/azure/azure-sql/database/single-database-create-quickstart#query-the-database) section of [Quickstart: Create a single database - Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart).
144+
145+
1. Enter and run the following query:
142146

143147
```sql
144148
CREATE TABLE COFFEE (ID NUMERIC(19) NOT NULL, NAME VARCHAR(255) NULL, PRICE FLOAT(32) NULL, PRIMARY KEY (ID));

0 commit comments

Comments
 (0)