Skip to content

Commit 3df1df5

Browse files
Copilotcephalin
andcommitted
Fix alt-text accessibility issues in ASP.NET + SQL Database tutorial (AB#551135)
Co-authored-by: cephalin <[email protected]>
1 parent 3d13a66 commit 3df1df5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom:
2323

2424
When you finish the tutorial, you have an ASP.NET app connected to an Azure SQL database running in Azure. The following example shows the app interface.
2525

26-
![Screenshot that shows a published ASP.NET application in Azure App Service.](./media/app-service-web-tutorial-dotnet-sqldatabase/azure-app-in-browser.png)
26+
![Screenshot that shows a published ASP.NET to-do list application running in Azure App Service.](./media/app-service-web-tutorial-dotnet-sqldatabase/azure-app-in-browser.png)
2727

2828
In this tutorial, you:
2929

@@ -58,7 +58,7 @@ The sample project contains a basic [ASP.NET MVC](https://www.asp.net/mvc) creat
5858
5959
1. In the app, select **Create New** and create a couple of *to-do* items.
6060

61-
![Screenshot that shows the ASP.NET web app.](media/app-service-web-tutorial-dotnet-sqldatabase/local-app-in-browser.png)
61+
![Screenshot that shows the ASP.NET to-do list web app running locally in development.](media/app-service-web-tutorial-dotnet-sqldatabase/local-app-in-browser.png)
6262

6363
1. Test the **Edit**, **Details**, and **Delete** links.
6464

@@ -86,7 +86,7 @@ To publish the app to Azure, you create and configure a Publish profile that has
8686

8787
1. On the **App Service (Windows)** screen, configure the App Service **Name**, **Resource group**, and **Hosting Plan**.
8888

89-
![Screenshot that shows creating an App Service plan.](./media/app-service-web-tutorial-dotnet-sqldatabase/new_rg2.png)
89+
![Screenshot that shows configuring the App Service (Windows) with name, resource group, and hosting plan settings.](./media/app-service-web-tutorial-dotnet-sqldatabase/new_rg2.png)
9090

9191
1. Under **Name**, you can keep the generated web app name, or change it to another name with characters `a-z`, `0-9`, and `-`. The web app name must be unique across all Azure apps.
9292

@@ -145,7 +145,7 @@ Before you can create a database, you need a [logical SQL server](/azure/azure-s
145145

146146
1. On the **Connect to Azure SQL Database** screen, select **Finish**.
147147

148-
![Screenshot of the screen with messagea about configuring managed identity for the connection to work.](./media/app-service-web-tutorial-dotnet-sqldatabase/connect-warning.png)
148+
![Screenshot of the screen with messages about configuring managed identity for the connection to work.](./media/app-service-web-tutorial-dotnet-sqldatabase/connect-warning.png)
149149

150150
> [!NOTE]
151151
> If you see **Local user secrets files** instead, make sure you used the **Publish** page, not the **Connected Services** page, to configure SQL Database.
@@ -218,7 +218,7 @@ The Entity Framework 6 provider replaces the built-in `System.Data.SqlClient` SQ
218218

219219
1. To test the app, add a few to-do items.
220220

221-
![Screenshot that shows the published ASP.NET application in Azure App Service.](./media/app-service-web-tutorial-dotnet-sqldatabase/azure-app-in-browser.png)
221+
![Screenshot that shows a published ASP.NET to-do list application running in Azure App Service.](./media/app-service-web-tutorial-dotnet-sqldatabase/azure-app-in-browser.png)
222222

223223
Congratulations! Your data-driven ASP.NET application is running live in Azure App Service.
224224

0 commit comments

Comments
 (0)