Skip to content

Commit 9688004

Browse files
committed
fix image link
1 parent aeb8d47 commit 9688004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-connect-app-app-graph-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The previous tutorial used the Azure Cloud Shell as the shell for the Azure CLI.
3232

3333
The tutorial shows how to pass the user credential provided by the frontend app to the backend app then on to an Azure service. In this tutorial, the downstream service is Microsoft Graph. The user's credential is used to get their profile from Microsoft Graph.
3434

35-
:::image type="content" source="../media/tutorial-connect-app-app-graph-javascript/architecture-app-to-app-to-graph.png" alt-text="Architectural image of App Service connecting to App Service connecting to Microsoft Graph on behalf of a signed-in user.":::
35+
:::image type="content" source="./media/tutorial-connect-app-app-graph-javascript/architecture-app-to-app-to-graph.png" alt-text="Architectural image of App Service connecting to App Service connecting to Microsoft Graph on behalf of a signed-in user.":::
3636

3737
**Authentication flow** for a user to get Microsoft Graph information in this architecture:
3838

0 commit comments

Comments
 (0)