Skip to content

Commit 25db241

Browse files
authored
Merge pull request #126759 from gy-mate/sqldb-app
`tutorial-dotnetcore-sqldb-app`: correct steps, add note, improve grammar
2 parents 96a23c0 + d25151d commit 25db241

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this tutorial, you learn how to:
3636
::: zone pivot="azure-portal"
3737

3838
* An Azure account with an active subscription. If you don't have an Azure account, you [can create one for free](https://azure.microsoft.com/free).
39-
* A GitHub account. you can also [get one for free](https://github.com/join).
39+
* A GitHub account. You can also [get one for free](https://github.com/join).
4040
* Knowledge of ASP.NET Core development.
4141
* **(Optional)** To try GitHub Copilot, a [GitHub Copilot account](https://docs.github.com/copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor). A 30-day free trial is available.
4242

@@ -83,7 +83,7 @@ First, you set up a sample data-driven app as a starting point. For your conveni
8383
:::column span="2":::
8484
**Step 2:** In the GitHub fork:
8585
1. Select **main** > **starter-no-infra** for the starter branch. This branch contains just the sample project and no Azure-related files or configuration.
86-
1. Select **Code** > **Create codespace on starter-no-infra**.
86+
1. Select **Code** > **Codespaces** > **Create codespace on starter-no-infra**.
8787
The codespace takes a few minutes to set up.
8888
:::column-end:::
8989
:::column:::
@@ -212,9 +212,10 @@ The creation wizard generated the connectivity variable for you already as [.NET
212212
1. Select the **Networking** tab.
213213
1. Unselect **Enable public access**.
214214
1. Select **Create a private endpoint**.
215-
1. In **Resource Group**, select **msdocs-core-sql-tutorial**.
215+
1. In **Resource group**, select **msdocs-core-sql-tutorial**.
216216
1. In the dialog, in **Location**, select the same location as your App Service app.
217217
1. In **Name**, type **msdocs-core-sql-XYZVvaultEndpoint**.
218+
1. In **Location**, select the same location as your App Service app.
218219
1. In **Virtual network**, select **msdocs-core-sql-XYZVnet**.
219220
1. In **Subnet**, **msdocs-core-sql-XYZSubnet**.
220221
1. Select **OK**.
@@ -265,7 +266,7 @@ The creation wizard generated the connectivity variable for you already as [.NET
265266
:::row:::
266267
:::column span="2":::
267268
**Step 7: Configure the Redis connector to use Key Vault secrets**
268-
1. In the Service Connectors page, select the checkbox next to the Cache for Redis connector, then select **Edit**.
269+
1. In the Service Connector page, select the checkbox next to the Cache for Redis connector, then select **Edit**.
269270
1. Select the **Authentication** tab.
270271
1. Select **Store Secret in Key Vault**.
271272
1. Under **Key Vault Connection**, select the key vault you created.
@@ -425,7 +426,7 @@ With the SQL Database protected by the virtual network, the easiest way to run [
425426
:::column span="2":::
426427
**Step 1:** Back in the App Service page, in the left menu,
427428
1. Select **Development Tools** > **SSH**.
428-
1. Select **Go**.
429+
1. Select **Go**. (The start up takes a few minutes.)
429430
:::column-end:::
430431
:::column:::
431432
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-generate-db-schema-1.png" alt-text="A screenshot showing how to open the SSH shell for your app from the Azure portal." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-generate-db-schema-1.png":::

0 commit comments

Comments
 (0)