Skip to content

Commit 9991dbe

Browse files
committed
fix redirects
1 parent 1d42c61 commit 9991dbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.openpublishing.redirection.azure.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
"redirect_url": "/dotnet/azure/sdk/authentication/best-practices"
130130
},
131131
{
132-
"source_path_from_root": "/dotnet/azure/sdk/authentication/azure-hosted-apps.md",
133-
"redirect_url": "/dotnet/azure/sdk/authentication/system-assigned-managed-identity"
132+
"source_path_from_root": "/docs/azure/sdk/authentication/azure-hosted-apps.md",
133+
"redirect_url": "/docs/azure/sdk/authentication/system-assigned-managed-identity"
134134
}
135135
]
136136
}

docs/azure/sdk/includes/sdk-auth-overview-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Apps hosted in Azure should use a **Managed Identity service principal**. Manage
33
For example, a .NET web app hosted in Azure App Service would be assigned a Managed Identity. The Managed Identity assigned to the app would then be used to authenticate the app to other Azure services.<br>
44
<br>
55
> [!div class="nextstepaction"]
6-
> [Learn about auth from Azure-hosted apps](../authentication/azure-hosted-apps.md)
6+
> [Learn about auth from Azure-hosted apps](../authentication/index.md)

0 commit comments

Comments
 (0)