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
# 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
87
87
88
88
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.
89
89
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.
91
91
92
92
- 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.
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 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":::
95
95
96
96
- To get the Application ID URI, in the navigation pane select **Expose an API** and then copy **Application ID URI**.
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 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":::
0 commit comments