From b880874bce0c8099c64305c5ee6ccb3cfdd6fada Mon Sep 17 00:00:00 2001 From: Marco Dinis Date: Thu, 31 Oct 2024 16:41:40 +0000 Subject: [PATCH] Fix docs link for azure join (#48152) --- .github/ISSUE_TEMPLATE/testplan.md | 2 +- .../includes/server-access/azure-join-managed-identity.mdx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/testplan.md b/.github/ISSUE_TEMPLATE/testplan.md index 1d52e52b13221..50ced17a3d830 100644 --- a/.github/ISSUE_TEMPLATE/testplan.md +++ b/.github/ISSUE_TEMPLATE/testplan.md @@ -1483,7 +1483,7 @@ Verify that SSH works, and that resumable SSH is not interrupted across a contro ## Azure Discovery -[Azure Discovery docs](https://goteleport.com/docs/server-access/guides/azure-discovery/) +[Azure Discovery docs](https://goteleport.com/docs/enroll-resources/auto-discovery/servers/azure-discovery/) - Verify Azure VM discovery - [ ] Only Azure VMs matching given Azure tags have the installer executed on them - [ ] Only the IAM permissions mentioned in the discovery docs are required for operation diff --git a/docs/pages/includes/server-access/azure-join-managed-identity.mdx b/docs/pages/includes/server-access/azure-join-managed-identity.mdx index ebb640f9bc651..2d732b73008bb 100644 --- a/docs/pages/includes/server-access/azure-join-managed-identity.mdx +++ b/docs/pages/includes/server-access/azure-join-managed-identity.mdx @@ -82,10 +82,9 @@ In the [Virtual machines view](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Compute%2FVirtualMachines) - of Azure Portal, click on the name of the VM you are using to host the Teleport - Application Service. + of Azure Portal, click on the name of the VM you are using to host the Teleport Service. - On the right side panel, click the **Identity** tab, then within the + On the right side panel, click the **Security/Identity** tab, then within the **Identity** view, click the **User assigned** tab. Click **+Add**, then select the `teleport-azure` identity. Click **Add**.