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/spring-apps/tutorial-managed-identities-functions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,13 @@ After you add the settings, the Function app restarts and all subsequent request
89
89
90
90
You need the Application ID and the Application ID URI for later use. In the Azure portal, navigate to the Function app you created.
91
91
92
-
-To get the Application ID, in the navigation pane select **Authentication** and then copy **App (client) ID**of the identity provider that includes the name of the Function app.
92
+
To get the Application ID, select **Authentication**in the navigation pane, and then copy the **App (client) ID**value for the identity provider that includes the name of the Function app.
93
93
94
-
:::image type="content" source="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-3.png" alt-text="Screenshot of the Azure portal showing the Authentication page for a Function app, with the Function app name highlighted in the Identity provider." lightbox="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-3.png":::
94
+
:::image type="content" source="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-3.png" alt-text="Screenshot of the Azure portal showing the Authentication page for a Function app, with the Function app name highlighted in the Identity provider." lightbox="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-3.png":::
95
95
96
-
-To get the Application ID URI, in the navigation pane select **Expose an API** and then copy **Application ID URI**.
96
+
To get the Application ID URI, select **Expose an API**in the navigation pane, and then copy the **Application ID URI** value.
97
97
98
-
:::image type="content" source="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-4.png" alt-text="Screenshot of the Azure portal showing the Expose an API page for a Function app the Application ID URI highlighted." lightbox="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-4.png":::
98
+
:::image type="content" source="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-4.png" alt-text="Screenshot of the Azure portal showing the Expose an API page for a Function app with the Application ID URI highlighted." lightbox="media/spring-cloud-tutorial-managed-identities-functions/function-auth-config-4.png":::
99
99
100
100
## Create an HTTP triggered function
101
101
@@ -183,7 +183,7 @@ This sample invokes the HTTP triggered function by first requesting an access to
0 commit comments