From f9558b92510e558ccf964e631d4e944f6ed4dd93 Mon Sep 17 00:00:00 2001 From: josefaidt Date: Wed, 12 Feb 2025 08:04:09 -0800 Subject: [PATCH] fix azure portal url, fixes #8247 --- .../auth/examples/microsoft-entra-id-saml/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx b/src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx index fe3aae2bd42..e2928c789c3 100644 --- a/src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx @@ -111,7 +111,7 @@ Deploy to your personal cloud sandbox with `npx ampx sandbox`. This will generat ## Set up Microsoft Entra ID -Next, navigate to [portal.amazon.com](https://portal.azure.com/), select **Entra ID**. In your default directory, or company's existing directory, under **Manage**, select **Enterprise Applications** +Next, navigate to [portal.azure.com](https://portal.azure.com/), select **Entra ID**. In your default directory, or company's existing directory, under **Manage**, select **Enterprise Applications** ![Entra ID default directory page highlighting Enterprise Applications](/images/auth/examples/microsoft-entra-id-saml/entra-id-select-enterprise-applications.png)