@@ -49,14 +49,14 @@ Your app might need to connect to a downstream service on behalf of the signed-i
4949* Run a database query that returns confidential data that the signed-in user is authorized to read.
5050* Retrieve personal data or take actions as the signed-in user in Microsoft Graph.
5151
52- The following image demonstrates an application securely accessing an SQL database on behalf of the signed-in user.
52+ The following image demonstrates an application securely accessing a SQL database on behalf of the signed-in user.
5353
5454:::image type="content" source="./media/tutorial-connect-app-access-sql-database-as-user-dotnet/architecture.png" alt-text="Architecture diagram for tutorial scenario.":::
5555
5656Some common scenarios are:
5757
5858* [ Connect to Microsoft Graph on behalf of the user] ( scenario-secure-app-access-microsoft-graph-as-user.md )
59- * [ Connect to an SQL database on behalf the user] ( tutorial-connect-app-access-sql-database-as-user-dotnet.md )
59+ * [ Connect to a SQL database on behalf the user] ( tutorial-connect-app-access-sql-database-as-user-dotnet.md )
6060* [ Connect to another App Service app on behalf of the user] ( tutorial-auth-aad.md )
6161* [ Flow the signed-in user through multiple layers of downstream services] ( tutorial-connect-app-app-graph-javascript.md )
6262
@@ -102,6 +102,6 @@ Examples of using application secrets to connect to a database:
102102* Access resources using a [ managed identity] ( overview-managed-identity.md ) .
103103* Store secrets using App Service [ app settings] ( configure-common.md ) .
104104* [ Connect to Microsoft Graph] ( scenario-secure-app-access-microsoft-graph-as-user.md ) as the user.
105- * [ Connect to an SQL database] ( tutorial-connect-app-access-sql-database-as-user-dotnet.md ) as the user.
105+ * [ Connect to a SQL database] ( tutorial-connect-app-access-sql-database-as-user-dotnet.md ) as the user.
106106* [ Connect to another App Service app] ( tutorial-auth-aad.md ) as the user.
107107* [ Connect to another App Service app and then a downstream service] ( tutorial-connect-app-app-graph-javascript.md ) as the user.
0 commit comments