Skip to content

Commit 87357ac

Browse files
authored
Remove duplicate & invalid steps; correct page name; add note about start up duration
1 parent e1d8d6c commit 87357ac

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,9 @@ The creation wizard generated the connectivity string for you already as [.NET c
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**.
216-
1. In **Key vault name**, type a name that consists of only letters and numbers.
217-
1. In **Region**, set it to the sample location as the resource group.
218-
1. In the dialog, in **Location**, select the same location as your App Service app.
219-
1. In **Resource Group**, select **msdocs-core-sql-tutorial**.
215+
1. In **Resource group**, select **msdocs-core-sql-tutorial**.
220216
1. In **Name**, type **msdocs-core-sql-XYZVvaultEndpoint**.
217+
1. In **Location**, select the same location as your App Service app.
221218
1. In **Virtual network**, select **msdocs-core-sql-XYZVnet**.
222219
1. In **Subnet**, **msdocs-core-sql-XYZSubnet**.
223220
1. Select **OK**.
@@ -247,7 +244,7 @@ The creation wizard generated the connectivity string for you already as [.NET c
247244
:::column span="2":::
248245
**Step 5:** In the **Create connection** dialog for the Key Vault connection:
249246
1. In **Key Vault**, select the key vault you created earlier.
250-
1. Select **Review + Create**. You should see that **System assigned managed identity** is set to **Selected**.
247+
1. Select **Review + Create**.
251248
1. When validation completes, select **Create**.
252249
:::column-end:::
253250
:::column:::
@@ -268,7 +265,7 @@ The creation wizard generated the connectivity string for you already as [.NET c
268265
:::row-end:::
269266
:::row:::
270267
:::column span="2":::
271-
**Step 7:** In the Service Connectors page:
268+
**Step 7:** In the Service Connector page:
272269
1. Select checkbox next to the Cache for Redis connector, then select **Edit**.
273270
1. Select the **Authentication** tab.
274271
1. Select **Store Secret in Key Vault**.
@@ -418,7 +415,7 @@ With the SQL Database protected by the virtual network, the easiest way to run [
418415

419416
:::row:::
420417
:::column span="2":::
421-
**Step 1:** Back in the App Service page, in the left menu, select **Development Tools** > **SSH**, then select **Go**.
418+
**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.
422419
:::column-end:::
423420
:::column:::
424421
:::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)