Skip to content

Commit 60fae53

Browse files
committed
build warning fixes
1 parent 18126ed commit 60fae53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/integrate/get-started/authentication/service-principal-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ A: Service principals and managed identities offer significant security advantag
331331
- **Conditional access**: Apply policies based on location, device, and risk factors
332332
- **No service accounts**: Eliminates dependency on individual user accounts for automation
333333

334-
For migration examples, see [Replace PATs with Microsoft Entra tokens](entra.md#replace-pats-with-microsoft-entra-tokens).
334+
For migration examples, see [Replace PATs with Microsoft Entra tokens](entra.md#migration-from-legacy-authentication).
335335

336336
#### Q: What are the rate limits on service principals and managed identities?
337337

docs/integrate/get-started/client-libraries/samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Learn how to extend and integrate with Azure DevOps using the [.NET client libra
2929
- **Azure-hosted applications**: Use [managed identities](../authentication/service-principal-managed-identity.md)
3030
- **CI/CD pipelines**: Use [service principals](../authentication/service-principal-managed-identity.md)
3131
- **Interactive applications**: Use [Microsoft Entra authentication](../authentication/entra.md)
32-
- **Legacy scenarios only**: Use [personal access tokens](../authentication/authentication-guidance.md#personal-access-tokens-pats)
32+
- **Legacy scenarios only**: Use [personal access tokens](../authentication/authentication-guidance.md)
3333

3434
> [!IMPORTANT]
3535
> This article shows multiple authentication methods for different scenarios. Choose the most appropriate method based on your deployment environment and security requirements.
@@ -525,7 +525,7 @@ private static bool IsTransientError(Exception ex)
525525
- Deploy incrementally to production
526526
- Monitor for authentication issues
527527

528-
For detailed migration guidance, see [Replace PATs with Microsoft Entra tokens](../authentication/entra.md#replace-pats-with-microsoft-entra-tokens).
528+
For detailed migration guidance, see [Replace PATs with Microsoft Entra tokens](../authentication/entra.md#migration-from-legacy-authentication).
529529

530530
## Related resources
531531

docs/integrate/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ Azure DevOps integration enables you to:
4949
**Choose the right authentication method:**
5050

5151
**✅ Recommended for production:**
52-
- **[Managed Identity](./get-started/authentication/authentication-guidance.md#managed-identity)** - For Azure-hosted applications (most secure)
53-
- **[Service Principal](./get-started/authentication/authentication-guidance.md#service-principal)** - For CI/CD pipelines and automated services
52+
- **[Managed Identity](./get-started/authentication/service-principal-managed-identity.md)** - For Azure-hosted applications (most secure)
53+
- **[Service Principal](./get-started/authentication/service-principal-managed-identity.md)** - For CI/CD pipelines and automated services
5454
- **[Microsoft Entra ID](./get-started/authentication/entra.md)** - For user-facing applications requiring OAuth flows
5555

5656
**⚡ Quick development:**
57-
- **[Personal Access Tokens (PATs)](./get-started/authentication/authentication-guidance.md#personal-access-tokens)** - For testing and personal automation only
57+
- **[Personal Access Tokens (PATs)](./get-started/authentication/authentication-guidance.md)** - For testing and personal automation only
5858

5959
**❌ Avoid for production:**
6060
- Username/password authentication (deprecated)

0 commit comments

Comments
 (0)