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
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,12 +212,9 @@ The creation wizard generated the connectivity string for you already as [.NET c
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**.
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**.
220
216
1. In **Name**, type **msdocs-core-sql-XYZVvaultEndpoint**.
217
+
1. In **Location**, select the same location as your App Service app.
221
218
1. In **Virtual network**, select **msdocs-core-sql-XYZVnet**.
222
219
1. In **Subnet**, **msdocs-core-sql-XYZSubnet**.
223
220
1. Select **OK**.
@@ -247,7 +244,7 @@ The creation wizard generated the connectivity string for you already as [.NET c
247
244
:::column span="2":::
248
245
**Step 5:** In the **Create connection** dialog for the Key Vault connection:
249
246
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**.
251
248
1. When validation completes, select **Create**.
252
249
:::column-end:::
253
250
:::column:::
@@ -268,7 +265,7 @@ The creation wizard generated the connectivity string for you already as [.NET c
268
265
:::row-end:::
269
266
:::row:::
270
267
:::column span="2":::
271
-
**Step 7:** In the Service Connectors page:
268
+
**Step 7:** In the Service Connector page:
272
269
1. Select checkbox next to the Cache for Redis connector, then select **Edit**.
273
270
1. Select the **Authentication** tab.
274
271
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 [
418
415
419
416
:::row:::
420
417
:::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.
422
419
:::column-end:::
423
420
:::column:::
424
421
:::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