diff --git a/msal-dotnet-articles/advanced/exceptions/broker.md b/msal-dotnet-articles/advanced/exceptions/broker.md index 2431ec386..17ea102aa 100644 --- a/msal-dotnet-articles/advanced/exceptions/broker.md +++ b/msal-dotnet-articles/advanced/exceptions/broker.md @@ -1,5 +1,6 @@ --- title: Troubleshooting brokered applications +description: Master brokered authentication on Android with our troubleshooting guide. Learn about redirect URIs, broker versions, precedence, and log acquisition. --- # Troubleshooting brokered applications diff --git a/msal-dotnet-articles/advanced/exceptions/index.md b/msal-dotnet-articles/advanced/exceptions/index.md index ee8daac03..cfda9f01b 100644 --- a/msal-dotnet-articles/advanced/exceptions/index.md +++ b/msal-dotnet-articles/advanced/exceptions/index.md @@ -1,6 +1,6 @@ --- title: Exceptions in MSAL.NET -description: "Documentation on exceptions and their handling in MSAL.NET" +description: Master handling exceptions in MSAL.NET with this comprehensive guide. Learn about different types of exceptions, common issues, and how to implement retry policies. --- # Exceptions in MSAL.NET diff --git a/msal-dotnet-articles/advanced/exceptions/retry-policy.md b/msal-dotnet-articles/advanced/exceptions/retry-policy.md index 7f57a5e94..72d8331d5 100644 --- a/msal-dotnet-articles/advanced/exceptions/retry-policy.md +++ b/msal-dotnet-articles/advanced/exceptions/retry-policy.md @@ -1,6 +1,6 @@ --- title: Retry policies -description: "This document explains how to implement a custom retry policy around token acquisition operations." +description: Learn how to implement a custom retry policy for token acquisition operations in .NET with MSAL. Increase your service availability with our detailed guide. --- # Retry policies diff --git a/msal-dotnet-articles/advanced/exceptions/unity.md b/msal-dotnet-articles/advanced/exceptions/unity.md index 3436a8947..67ef45777 100644 --- a/msal-dotnet-articles/advanced/exceptions/unity.md +++ b/msal-dotnet-articles/advanced/exceptions/unity.md @@ -1,5 +1,6 @@ --- title: Troubleshooting MSAL.NET in Unity applications +description: Learn how to troubleshoot MSAL.NET in Unity applications. Understand the cause of runtime exceptions and discover effective solutions. --- # Troubleshooting MSAL.NET in Unity applications diff --git a/msal-dotnet-articles/advanced/extensibility-points.md b/msal-dotnet-articles/advanced/extensibility-points.md index cb07a17e9..1c249c94f 100644 --- a/msal-dotnet-articles/advanced/extensibility-points.md +++ b/msal-dotnet-articles/advanced/extensibility-points.md @@ -1,5 +1,6 @@ --- title: MSAL.NET extensibility points +description: Explore advanced extensibility points in MSAL.NET for scalable apps. Adapt HttpClient factories, modify token requests, inject query parameters, and more. --- # MSAL.NET extensibility points diff --git a/msal-dotnet-articles/advanced/high-availability.md b/msal-dotnet-articles/advanced/high-availability.md index f5ae15df1..706df8385 100644 --- a/msal-dotnet-articles/advanced/high-availability.md +++ b/msal-dotnet-articles/advanced/high-availability.md @@ -1,6 +1,6 @@ --- title: High availability considerations in MSAL.NET -description: "How to build highly available applications that use MSAL.NET." +description: Explore high availability considerations in MSAL.NET, including token cache, monitoring MSAL operations, logging, retry policy, and certificate rotation. Learn more now. --- # High availability considerations in MSAL.NET diff --git a/msal-dotnet-articles/advanced/performance-testing.md b/msal-dotnet-articles/advanced/performance-testing.md index 5e730272f..050c90f42 100644 --- a/msal-dotnet-articles/advanced/performance-testing.md +++ b/msal-dotnet-articles/advanced/performance-testing.md @@ -1,6 +1,6 @@ --- title: Performance testing of MSAL.NET -description: "Performance testing approach in MSAL.NET" +description: Explore performance testing of MSAL.NET with BenchmarkDotNet. Learn to run tests, view results, automate tests, and improve MSAL.NET performance. --- # Performance testing of MSAL.NET diff --git a/msal-dotnet-articles/resources/known-issues.md b/msal-dotnet-articles/resources/known-issues.md index 3df7d8f31..c007fd89f 100644 --- a/msal-dotnet-articles/resources/known-issues.md +++ b/msal-dotnet-articles/resources/known-issues.md @@ -1,6 +1,6 @@ --- title: Known issues with MSAL.NET -description: "Known issues when integrating with MSAL.NET." +description: Troubleshoot MSAL.NET with our guide on known issues, including device compliance failures, AndroidActivityNotFound exceptions, and build issues. --- # Known issues with MSAL.NET diff --git a/msal-dotnet-articles/resources/telemetry-overview.md b/msal-dotnet-articles/resources/telemetry-overview.md index cc8805ad5..e59a4f69c 100644 --- a/msal-dotnet-articles/resources/telemetry-overview.md +++ b/msal-dotnet-articles/resources/telemetry-overview.md @@ -1,5 +1,6 @@ --- title: MSAL.NET telemetry overview +description: Explore MSAL.NET's telemetry capabilities for Azure AD token endpoint requests. Learn about client-side state, error tracking, and SDK API usage metadata. --- # MSAL.NET telemetry overview diff --git a/msal-dotnet-articles/resources/troubleshooting.md b/msal-dotnet-articles/resources/troubleshooting.md index ba8db6f71..d449b92ee 100644 --- a/msal-dotnet-articles/resources/troubleshooting.md +++ b/msal-dotnet-articles/resources/troubleshooting.md @@ -1,6 +1,6 @@ --- title: Troubleshooting MSAL.NET -description: "How to troubleshoot some of the more common MSAL.NET issues." +description: Troubleshoot MSAL.NET issues with our comprehensive guide. Learn to fix JavaScript errors, region auto-discovery failures, and more on Microsoft's official site. --- # Troubleshooting MSAL.NET