Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial-dotnetcore-sqldb-app: correct steps & page name; add note; fix capitalization #124871

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions articles/app-service/tutorial-dotnetcore-sqldb-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In this tutorial, you learn how to:
::: zone pivot="azure-portal"

* 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).
* A GitHub account. you can also [get one for free](https://github.com/join).
* A GitHub account. You can also [get one for free](https://github.com/join).
* Knowledge of ASP.NET Core development.
* **(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.

Expand Down Expand Up @@ -83,7 +83,7 @@ First, you set up a sample data-driven app as a starting point. For your conveni
:::column span="2":::
**Step 2:** In the GitHub fork:
1. Select **main** > **starter-no-infra** for the starter branch. This branch contains just the sample project and no Azure-related files or configuration.
1. Select **Code** > **Create codespace on starter-no-infra**.
1. Select **Code** > **Codespaces** > **Create codespace on starter-no-infra**.
The codespace takes a few minutes to set up.
:::column-end:::
:::column:::
Expand Down Expand Up @@ -212,12 +212,9 @@ The creation wizard generated the connectivity string for you already as [.NET c
1. Select the **Networking** tab.
1. Unselect **Enable public access**.
1. Select **Create a private endpoint**.
1. In **Resource Group**, select **msdocs-core-sql-tutorial**.
1. In **Key vault name**, type a name that consists of only letters and numbers.
1. In **Region**, set it to the sample location as the resource group.
1. In the dialog, in **Location**, select the same location as your App Service app.
1. In **Resource Group**, select **msdocs-core-sql-tutorial**.
1. In **Resource group**, select **msdocs-core-sql-tutorial**.
1. In **Name**, type **msdocs-core-sql-XYZVvaultEndpoint**.
1. In **Location**, select the same location as your App Service app.
1. In **Virtual network**, select **msdocs-core-sql-XYZVnet**.
1. In **Subnet**, **msdocs-core-sql-XYZSubnet**.
1. Select **OK**.
Expand Down Expand Up @@ -247,7 +244,7 @@ The creation wizard generated the connectivity string for you already as [.NET c
:::column span="2":::
**Step 5:** In the **Create connection** dialog for the Key Vault connection:
1. In **Key Vault**, select the key vault you created earlier.
1. Select **Review + Create**. You should see that **System assigned managed identity** is set to **Selected**.
1. Select **Review + Create**.
1. When validation completes, select **Create**.
:::column-end:::
:::column:::
Expand All @@ -268,7 +265,7 @@ The creation wizard generated the connectivity string for you already as [.NET c
:::row-end:::
:::row:::
:::column span="2":::
**Step 7:** In the Service Connectors page:
**Step 7:** In the Service Connector page:
1. Select checkbox next to the Cache for Redis connector, then select **Edit**.
1. Select the **Authentication** tab.
1. Select **Store Secret in Key Vault**.
Expand Down Expand Up @@ -418,7 +415,7 @@ With the SQL Database protected by the virtual network, the easiest way to run [

:::row:::
:::column span="2":::
**Step 1:** Back in the App Service page, in the left menu, select **Development Tools** > **SSH**, then select **Go**.
**Step 1:** Back in the App Service page, in the left menu, select **Development Tools** > **SSH**, then select **Go**. The start up takes a few minutes.
:::column-end:::
:::column:::
:::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":::
Expand Down