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
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-dotnetcore-sqldb-app.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ In this tutorial, you learn how to:
36
36
::: zone pivot="azure-portal"
37
37
38
38
* 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).
40
40
* Knowledge of ASP.NET Core development.
41
41
***(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.
42
42
@@ -83,7 +83,7 @@ First, you set up a sample data-driven app as a starting point. For your conveni
83
83
:::column span="2":::
84
84
**Step 2:** In the GitHub fork:
85
85
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**.
87
87
The codespace takes a few minutes to set up.
88
88
:::column-end:::
89
89
:::column:::
@@ -212,9 +212,10 @@ The creation wizard generated the connectivity variable for you already as [.NET
212
212
1. Select the **Networking** tab.
213
213
1. Unselect **Enable public access**.
214
214
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**.
216
216
1. In the dialog, in **Location**, select the same location as your App Service app.
217
217
1. In **Name**, type **msdocs-core-sql-XYZVvaultEndpoint**.
218
+
1. In **Location**, select the same location as your App Service app.
218
219
1. In **Virtual network**, select **msdocs-core-sql-XYZVnet**.
219
220
1. In **Subnet**, **msdocs-core-sql-XYZSubnet**.
220
221
1. Select **OK**.
@@ -265,7 +266,7 @@ The creation wizard generated the connectivity variable for you already as [.NET
265
266
:::row:::
266
267
:::column span="2":::
267
268
**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**.
269
270
1. Select the **Authentication** tab.
270
271
1. Select **Store Secret in Key Vault**.
271
272
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 [
425
426
:::column span="2":::
426
427
**Step 1:** Back in the App Service page, in the left menu,
427
428
1. Select **Development Tools** > **SSH**.
428
-
1. Select **Go**.
429
+
1. Select **Go**. (The start up takes a few minutes.)
429
430
:::column-end:::
430
431
:::column:::
431
432
:::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