Skip to content

Commit 832f091

Browse files
committed
acrolinx and ms.date update
1 parent d25acd7 commit 832f091

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: margard
66
ms.service: spring-apps
77
ms.custom: event-tier1-build-2022, devx-track-java, devx-track-azurecli
88
ms.topic: tutorial
9-
ms.date: 07/10/2020
9+
ms.date: 04/24/2023
1010
---
1111

1212
# Tutorial: Use a managed identity to invoke Azure Functions from an Azure Spring Apps app
@@ -87,15 +87,15 @@ Use the following steps to enable Azure Active Directory authentication to acces
8787

8888
After you add the settings, the Function app restarts and all subsequent requests are prompted to sign in through Azure AD. You can test that unauthenticated requests are currently being rejected with the Function app's root URL (returned in the `hostNames` output of the `az functionapp create` command). You should then be redirected to your organization's Azure Active Directory sign-in screen.
8989

90-
You will need the Application ID and the Application ID URI for later use. In the Azure portal, navigate to the Function app you just created.
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.
9191

9292
- To get the Application ID, in the navigation pane select **Authentication** and then copy **App (client) ID** 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 name." 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

9696
- To get the Application ID URI, in the navigation pane select **Expose an API** and then copy **Application ID URI**.
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 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 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

0 commit comments

Comments
 (0)