Skip to content

Commit 44a47b2

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent eb46d14 commit 44a47b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-apps/tutorial-managed-identities-functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ After you add the settings, the Function app restarts and all subsequent request
8989

9090
You need the Application ID and the Application ID URI for later use. In the Azure portal, navigate to the Function app you created.
9191

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.
9393

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":::
9595

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.
9797

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":::
9999

100100
## Create an HTTP triggered function
101101

@@ -183,7 +183,7 @@ This sample invokes the HTTP triggered function by first requesting an access to
183183
```text
184184
azure.function.uri=https://<function-app-name>.azurewebsites.net
185185
azure.function.triggerPath=httptrigger
186-
azure.function.application-id.uri=<function-app-application-id-uri>
186+
azure.function.application-id.uri=<function-app-application-ID-uri>
187187
```
188188

189189
1. Use the following command to package your sample app.

0 commit comments

Comments
 (0)