Skip to content

Commit a94bd3b

Browse files
committed
prmerger feedback
1 parent 4f04ae0 commit a94bd3b

6 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
135135
You can also navigate to the [creation wizard](https://portal.azure.com/#create/Microsoft.WebSite) directly.
136136
:::column-end:::
137137
:::column:::
138-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-1.png" alt-text="A screenshot showing how to use the search box in the top tool bar to find the Web App creation wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-1.png":::
138+
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-1.png" alt-text="A screenshot showing how to use the search box in the top tool bar to find the Web App creation wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-1.png":::
139139
:::column-end:::
140140
:::row-end:::
141141
:::row:::
@@ -149,7 +149,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
149149
1. *Pricing plan*: **Basic B1**. When you're ready, you can [scale up](manage-scale-up.md) to a different pricing tier.
150150
:::column-end:::
151151
:::column:::
152-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-2.png" alt-text="A screenshot showing how to configure a new app and database in the Web App wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-2.png":::
152+
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-2.png" alt-text="A screenshot showing how to configure a new app and database in the Web App wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-2.png":::
153153
:::column-end:::
154154
:::row-end:::
155155
:::row:::
@@ -163,7 +163,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
163163
1. In **SKU**, select **Basic**.
164164
:::column-end:::
165165
:::column:::
166-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-3.png" alt-text="A screenshot showing database configuration in the Web App wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-3.png":::
166+
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-3.png" alt-text="A screenshot showing database configuration in the Web App wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-3.png":::
167167
:::column-end:::
168168
:::row-end:::
169169
:::row:::
@@ -179,7 +179,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
179179
1. After validation completes, select **Create**.
180180
:::column-end:::
181181
:::column:::
182-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-4.png" alt-text="A screenshot showing deployment configuration in the Web App wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-4.png":::
182+
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-4.png" alt-text="A screenshot showing deployment configuration in the Web App wizard." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-4.png":::
183183
:::column-end:::
184184
:::row-end:::
185185
:::row:::
@@ -198,7 +198,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
198198
- **Private DNS zones**: Enable DNS resolution of the key vault, the database server, and the Redis cache in the virtual network.
199199
:::column-end:::
200200
:::column:::
201-
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-5.png" alt-text="A screenshot showing the deployment process completed." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sqldb-5.png":::
201+
:::image type="content" source="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-5.png" alt-text="A screenshot showing the deployment process completed." lightbox="./media/tutorial-dotnetcore-sqldb-app/azure-portal-create-app-sql-database-5.png":::
202202
:::column-end:::
203203
:::row-end:::
204204

@@ -344,7 +344,7 @@ In this step, you configure GitHub deployment using GitHub Actions. It's just on
344344
**Step 2 (Option 1: with GitHub Copilot):**
345345
1. Start a new chat session by selecting the **Chat** view, then selecting **+**.
346346
1. Ask, "*@workspace How does the app connect to the database and the cache?*" Copilot might give you some explanation about the `MyDatabaseContext` class and how it's configured in *Program.cs*.
347-
1. Ask, "In production mode, I want the app to use the connection string called AZURE_SQL_CONNECTIONSTRING for the database and the app setting called AZURE_REDIS_CONNECTIONSTRING*." Copilot might give you a code suggestion similar to the one in the **Option 2: without GitHub Copilot** steps below and even tell you to make the change in the *Program.cs* file.
347+
1. Ask, "In production mode, I want the app to use the connection string called AZURE_SQL_CONNECTIONSTRING for the database and the app setting called AZURE_REDIS_CONNECTIONSTRING." Copilot might give you a code suggestion similar to the one in the **Option 2: without GitHub Copilot** steps below and even tell you to make the change in the *Program.cs* file.
348348
1. Open *Program.cs* in the explorer and add the code suggestion.
349349
GitHub Copilot doesn't give you the same response every time, and it's not always correct. You might need to ask more questions to fine-tune its response. For tips, see [What can I do with GitHub Copilot in my codespace?](#what-can-i-do-with-github-copilot-in-my-codespace).
350350
:::column-end:::

0 commit comments

Comments
 (0)